UNPKG

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

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