UNPKG

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

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