Skip to main content
Module

x/graphql_deno/lib/type/directives.js

GraphQL-JS ported to Deno
Latest
import * as graphqlDeno from "https://deno.land/x/graphql_deno@v15.0.0/lib/type/directives.js";

Classes

Directives are used by the GraphQL runtime as a way of modifying execution behavior. Type system creators will usually not create these directly.

Variables

Constant string used for default reason for a deprecation.

Used to declare element of a GraphQL schema as deprecated.

Used to conditionally include fields or fragments.

Used to conditionally skip (exclude) fields or fragments.

The full list of specified directives.

Functions

Test if the given value is a GraphQL directive.