p
graphql
package graphql
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- graphql
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- trait ASTNode extends Object
A big union in graphql/language/ast.ts
A big union in graphql/language/ast.ts
- Annotations
- @JSType() @native()
- trait DocumentNode extends Object with ASTNode
- Annotations
- @JSType() @native()
- 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()
- trait FormattedError extends Object
- Annotations
- @JSType() @native()
- trait GraphQLError extends Error
- Annotations
- @JSType() @native()
- trait Location extends Object
- Annotations
- @JSType() @native()
- trait Source extends Object
- Annotations
- @JSType() @native()
- trait SourceLocation extends Object
- Annotations
- @JSType() @native()
Value Members
- object ExecutionResult
- object module extends Object
- Annotations
- @native() @JSImport("graphql", JSImport.Namespace)