UNPKG

@inrupt/experimental-graphql-directives-linked-data

Version:
3 lines (2 loc) 139 B
import type { GraphQLSchema } from "graphql"; export declare function is(directiveName: string): (schema: GraphQLSchema) => GraphQLSchema;