package domain
Type Members
- case class ExternalDirectiveParser(ast: Node, target: PropertyShape)(implicit ctx: GraphQLFederationWebApiContext) extends GraphQLASTParserHelper with Product with Serializable
- case class FieldSetParser(source: Shape, fieldSet: Node)(implicit ctx: GraphQLFederationWebApiContext) extends GraphQLASTParserHelper with Product with Serializable
- case class KeyParser(ast: Node, target: NodeShape, basePath: Seq[String])(implicit ctx: GraphQLFederationWebApiContext) extends GraphQLASTParserHelper with Product with Serializable
- case class ProvidesParser(ast: Node, target: PropertyShape)(implicit ctx: GraphQLFederationWebApiContext) extends GraphQLASTParserHelper with Product with Serializable
- case class RequiresParser(ast: Node, target: PropertyShape, parent: NodeShape)(implicit ctx: GraphQLFederationWebApiContext) extends GraphQLASTParserHelper with Product with Serializable
- case class ShapeFederationMetadataParser(ast: Node, target: HasShapeFederationMetadata, basePath: Seq[String])(implicit ctx: GraphQLFederationWebApiContext) extends GraphQLASTParserHelper with Product with Serializable