Packages

package domain

Type Members

  1. case class ExternalDirectiveParser(ast: Node, target: PropertyShape)(implicit ctx: GraphQLFederationWebApiContext) extends GraphQLASTParserHelper with Product with Serializable
  2. case class FieldSetParser(source: Shape, fieldSet: Node)(implicit ctx: GraphQLFederationWebApiContext) extends GraphQLASTParserHelper with Product with Serializable
  3. case class KeyParser(ast: Node, target: NodeShape, basePath: Seq[String])(implicit ctx: GraphQLFederationWebApiContext) extends GraphQLASTParserHelper with Product with Serializable
  4. case class ProvidesParser(ast: Node, target: PropertyShape)(implicit ctx: GraphQLFederationWebApiContext) extends GraphQLASTParserHelper with Product with Serializable
  5. case class RequiresParser(ast: Node, target: PropertyShape, parent: NodeShape)(implicit ctx: GraphQLFederationWebApiContext) extends GraphQLASTParserHelper with Product with Serializable
  6. case class ShapeFederationMetadataParser(ast: Node, target: HasShapeFederationMetadata, basePath: Seq[String])(implicit ctx: GraphQLFederationWebApiContext) extends GraphQLASTParserHelper with Product with Serializable

Ungrouped