Skip to main content
Latest
class GraphQLDirective
import { GraphQLDirective } from "https://deno.land/x/graphql_deno@v15.0.0/lib/index.js";

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

Constructors

new
GraphQLDirective(config)

Properties

readonly
[SYMBOL_TO_STRING_TAG]