import * as mod from "https://dotland.deno.dev/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. | |