import { GraphQL } from "https://deno.land/x/drash@v2.8.1/src/services/graphql/graphql.ts";
const { GraphQLDeprecatedDirective } = GraphQL;
Used to declare element of a GraphQL schema as deprecated.
x/drash/src/services/graphql/graphql.ts>GraphQL.GraphQLDeprecatedDirective
import { GraphQL } from "https://deno.land/x/drash@v2.8.1/src/services/graphql/graphql.ts";
const { GraphQLDeprecatedDirective } = GraphQL;
Used to declare element of a GraphQL schema as deprecated.