Module

x/graphql_deno/lib/type/definition.js

GraphQL-JS ported to Deno
Latest
import * as mod from "https://dotland.deno.dev/x/graphql_deno@v15.0.0/lib/type/definition.js";

Classes

Enum Type Definition

Input Object Type Definition

Interface Type Definition

Object Type Definition

Scalar Type Definition

Union Type Definition

Functions

List Type Wrapper

Non-Null Type Wrapper

These types may describe the parent context of a selection set.

These types may describe the parent context of a selection set.

These types may be used as input types for arguments and directives.

These types may describe types which may be leaf values.

These named types do not include modifiers like List or NonNull.

These types can all accept null as a value.

These types may be used as output types as the result of fields.

There are predicates for each kind of GraphQL type.

These types wrap and modify other types