Packages

package adt

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. case class __DeprecatedArgs(includeDeprecated: Option[Boolean] = None) extends Product with Serializable
  2. case class __Directive(name: String, description: Option[String], locations: Set[__DirectiveLocation], args: List[__InputValue]) extends Product with Serializable
  3. sealed trait __DirectiveLocation extends AnyRef
  4. case class __EnumValue(name: String, description: Option[String], isDeprecated: Boolean, deprecationReason: Option[String]) extends Product with Serializable
  5. case class __Field(name: String, description: Option[String], args: List[__InputValue], type: () => __Type, isDeprecated: Boolean = false, deprecationReason: Option[String] = None) extends Product with Serializable
  6. case class __InputValue(name: String, description: Option[String], type: () => __Type, defaultValue: Option[String]) extends Product with Serializable
  7. case class __Introspection(__schema: __Schema, __type: (__TypeArgs) => __Type) extends Product with Serializable
  8. case class __Schema(queryType: __Type, mutationType: Option[__Type], subscriptionType: Option[__Type], types: List[__Type], directives: List[__Directive]) extends Product with Serializable
  9. case class __Type(kind: __TypeKind, name: Option[String] = None, description: Option[String] = None, fields: (__DeprecatedArgs) => Option[List[__Field]] = _ => None, interfaces: Option[List[__Type]] = None, possibleTypes: Option[List[__Type]] = None, enumValues: (__DeprecatedArgs) => Option[List[__EnumValue]] = _ => None, inputFields: Option[List[__InputValue]] = None, ofType: Option[__Type] = None) extends Product with Serializable
  10. case class __TypeArgs(name: String) extends Product with Serializable
  11. sealed trait __TypeKind extends AnyRef

Value Members

  1. object __DirectiveLocation
  2. object __TypeKind

Ungrouped