UNPKG

@commitspark/graphql-api

Version:

GraphQL API to store and manage structured data with Git

4 lines 345 B
import { GraphQLNullableType, GraphQLObjectType } from 'graphql'; import { ApolloContext } from '../../client'; export declare function getReferencedEntryIds(rootType: GraphQLObjectType, context: ApolloContext, fieldName: string | null, type: GraphQLNullableType, data: any): Promise<string[]>; //# sourceMappingURL=entry-reference-util.d.ts.map