package graphql

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. case class GraphQLAppliedDirective(directive: DomainExtension) extends GraphQLElement with Product with Serializable
  2. trait GraphQLArgument extends GraphQLElement
  3. case class GraphQLDirective(directive: CustomDomainProperty) extends GraphQLElement with Product with Serializable
  4. trait GraphQLElement extends AnyRef
  5. case class GraphQLEndpoint(endpoint: EndPoint) extends GraphQLElement with Product with Serializable
  6. trait GraphQLField extends GraphQLElement
  7. case class GraphQLFields(properties: Seq[GraphQLProperty], operations: Seq[GraphQLOperation]) extends Product with Serializable
  8. case class GraphQLNullable(union: UnionShape) extends Product with Serializable
  9. case class GraphQLObject(node: NodeShape) extends GraphQLElement with Product with Serializable
  10. case class GraphQLOperation(operation: AbstractOperation) extends GraphQLField with Product with Serializable
  11. case class GraphQLParameter(parameter: AbstractParameter) extends GraphQLArgument with Product with Serializable
  12. case class GraphQLProperty(property: PropertyShape) extends GraphQLField with Product with Serializable

Ungrouped