UNPKG

amplify-appsync-simulator

Version:

An AppSync Simulator to test AppSync API.

13 lines 397 B
import { GraphQLResolveInfo } from 'graphql'; export declare function createInfo(info: GraphQLResolveInfo): { fieldName: string; variables: { [variableName: string]: any; }; parentTypeName: import("graphql").GraphQLObjectType<any, any, { [key: string]: any; }>; selectionSetList: any[]; selectionSetGraphQL: string; }; //# sourceMappingURL=info.d.ts.map