UNPKG

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

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