package graphql
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- case class GraphQLAppliedDirective(directive: DomainExtension) extends Product with Serializable
- case class GraphQLDirective(directive: CustomDomainProperty) extends Product with Serializable
- case class GraphQLEndpoint(endpoint: EndPoint) extends Product with Serializable
- case class GraphQLFields(properties: Seq[GraphQLProperty], operations: Seq[GraphQLOperation]) extends Product with Serializable
- case class GraphQLNullable(union: UnionShape) extends Product with Serializable
- case class GraphQLObject(node: NodeShape) extends Product with Serializable
- case class GraphQLOperation(operation: AbstractOperation) extends Product with Serializable
- case class GraphQLParameter(parameter: AbstractParameter) extends Product with Serializable
- case class GraphQLProperty(property: PropertyShape) extends Product with Serializable
Value Members
- object GraphQLArgumentValidator
- object GraphQLDirectiveLocationValidator
- object GraphQLUtils