Packages

p

graphql

package graphql

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. graphql
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. trait ASTNode extends Object

    A big union in graphql/language/ast.ts

    A big union in graphql/language/ast.ts

    Annotations
    @JSType() @native()
  2. trait DocumentNode extends Object with ASTNode
    Annotations
    @JSType() @native()
  3. trait ExecutionResult[T] extends Object

    Return type T, Ext is not used alot so it remains member local.

    Return type T, Ext is not used alot so it remains member local.

    Annotations
    @JSType() @native()
  4. trait FormattedError extends Object
    Annotations
    @JSType() @native()
  5. trait GraphQLError extends Error
    Annotations
    @JSType() @native()
  6. trait Location extends Object
    Annotations
    @JSType() @native()
  7. trait Source extends Object
    Annotations
    @JSType() @native()
  8. trait SourceLocation extends Object
    Annotations
    @JSType() @native()

Value Members

  1. object ExecutionResult
  2. object module extends Object
    Annotations
    @native() @JSImport("graphql", JSImport.Namespace)

Inherited from AnyRef

Inherited from Any

Ungrouped