o

edu.gemini.grackle

SchemaSchema

object SchemaSchema extends Schema

Linear Supertypes
Schema, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SchemaSchema
  2. Schema
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val IncludeDeprecatedArg: InputValue
  5. val NameArg: InputValue
  6. def TypeRef(tpnme: String): TypeRef

    Alias for ref for use within constructors of concrete Schema values.

    Alias for ref for use within constructors of concrete Schema values.

    Attributes
    protected
    Definition Classes
    Schema
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  9. def defaultSchemaType: NamedType

    The default type of a GraphQL schema

    The default type of a GraphQL schema

    Unless a type named "Schema" is explicitly defined as part of this Schema a definition of the form,

    type Schema { query: Query! mutation: Mutation subscription: Subscription }

    is used.

    Definition Classes
    Schema
  10. def definition(name: String): Option[NamedType]

    Look up by name a type defined in this Schema.

    Look up by name a type defined in this Schema.

    Yields the type, if defined, NoType otherwise.

    Definition Classes
    Schema
  11. val directives: Nil.type

    The directives defined by this Schema.

    The directives defined by this Schema.

    Definition Classes
    SchemaSchemaSchema
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  14. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  15. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. def mutationType: Option[NamedType]

    The type of mutations defined by this Schema

    The type of mutations defined by this Schema

    Definition Classes
    Schema
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. def queryType: NamedType

    The type of queries defined by this Schema

    The type of queries defined by this Schema

    Definition Classes
    Schema
  23. def ref(tp: Type): Option[TypeRef]
    Definition Classes
    Schema
  24. def ref(tpnme: String): TypeRef

    A reference by name to a type defined by this Schema.

    A reference by name to a type defined by this Schema.

    TypeRefs refer to types defined in this schema by name and hence can be used as part of mutually recursive type definitions.

    Definition Classes
    Schema
  25. def schemaType: NamedType

    The schema type.

    The schema type.

    Either the explicitly defined type named "Schema" or the default schema type if not defined.

    Definition Classes
    Schema
  26. def subscriptionType: Option[NamedType]

    The type of subscriptions defined by this Schema

    The type of subscriptions defined by this Schema

    Definition Classes
    Schema
  27. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  28. def toString(): String
    Definition Classes
    Schema → AnyRef → Any
  29. val types: List[NamedType with Product with Serializable]

    The types defined by this Schema.

    The types defined by this Schema.

    Definition Classes
    SchemaSchemaSchema
  30. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from Schema

Inherited from AnyRef

Inherited from Any

Ungrouped