Skip to main content
Module

x/graphql_deno/lib/index.d.ts>isDirective

GraphQL-JS ported to Deno
Latest
function isDirective
import { isDirective } from "https://deno.land/x/graphql_deno@v15.0.0/lib/index.d.ts";

Test if the given value is a GraphQL directive.

Parameters

directive: any