UNPKG

@commitspark/graphql-api

Version:

GraphQL API to store and manage structured data with Git

5 lines 376 B
import { GraphQLNullableType, GraphQLObjectType, GraphQLUnionType } from 'graphql'; export declare function hasEntryDirective(type: GraphQLObjectType): boolean; export declare function isUnionOfEntryTypes(type: GraphQLUnionType): boolean; export declare function buildsOnTypeWithEntryDirective(type: GraphQLNullableType): boolean; //# sourceMappingURL=entry-type-util.d.ts.map