package graphql
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- case class GraphQLAppliedDirective(directive: DomainExtension) extends Product with Serializable
- case class GraphQLFields(properties: Seq[GraphQLProperty], operations: Seq[GraphQLOperation]) extends Product with Serializable
- case class GraphQLObject(node: NodeShape) extends Product with Serializable
- case class GraphQLOperation(operation: ShapeOperation) extends Product with Serializable
- case class GraphQLParameter(parameter: ShapeParameter) extends Product with Serializable
- case class GraphQLProperty(property: PropertyShape) extends Product with Serializable
Value Members
- object GraphQLArgumentValidator
- object GraphQLUtils