package domain
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- case class ExternalDirectiveParser(ast: Node, target: PropertyShape)(implicit ctx: GraphQLFederationWebApiContext) extends GraphQLASTParserHelper with Product with Serializable
- trait FederationMetadataFactory[T <: FederationMetadata] extends AnyRef
- case class FederationMetadataParser[T <: FederationMetadata](ast: Node, target: HasFederationMetadata[T], basePath: Seq[String], factory: FederationMetadataFactory[T])(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
Value Members
- object EndpointFederationMetadataFactory extends FederationMetadataFactory[EndPointFederationMetadata]
- object ParameterFederationMetadataFactory extends FederationMetadataFactory[ParameterFederationMetadata]
- object ShapeFederationMetadataFactory extends FederationMetadataFactory[ShapeFederationMetadata]