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 GraphQLFields(properties: Seq[GraphQLProperty], operations: Seq[GraphQLOperation]) extends Product with Serializable
  3. case class GraphQLObject(node: NodeShape) extends Product with Serializable
  4. case class GraphQLOperation(operation: ShapeOperation) extends Product with Serializable
  5. case class GraphQLParameter(parameter: ShapeParameter) extends Product with Serializable
  6. case class GraphQLProperty(property: PropertyShape) extends Product with Serializable

Ungrouped