Packages

package graphql

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

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

Ungrouped