package domain

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. case class ExternalDirectiveParser(ast: Node, target: PropertyShape)(implicit ctx: GraphQLFederationWebApiContext) extends GraphQLASTParserHelper with Product with Serializable
  2. trait FederationMetadataFactory[T <: FederationMetadata] extends AnyRef
  3. 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
  4. case class FieldSetParser(source: Shape, fieldSet: Node)(implicit ctx: GraphQLFederationWebApiContext) extends GraphQLASTParserHelper with Product with Serializable
  5. case class KeyParser(ast: Node, target: NodeShape, basePath: Seq[String])(implicit ctx: GraphQLFederationWebApiContext) extends GraphQLASTParserHelper with Product with Serializable
  6. case class ProvidesParser(ast: Node, target: PropertyShape)(implicit ctx: GraphQLFederationWebApiContext) extends GraphQLASTParserHelper with Product with Serializable
  7. case class RequiresParser(ast: Node, target: PropertyShape, parent: NodeShape)(implicit ctx: GraphQLFederationWebApiContext) extends GraphQLASTParserHelper with Product with Serializable

Value Members

  1. object EndpointFederationMetadataFactory extends FederationMetadataFactory[EndPointFederationMetadata]
  2. object ParameterFederationMetadataFactory extends FederationMetadataFactory[ParameterFederationMetadata]
  3. object ShapeFederationMetadataFactory extends FederationMetadataFactory[ShapeFederationMetadata]

Ungrouped