UNPKG

@aws-amplify/graphql-api-construct

Version:

AppSync GraphQL Api Construct using Amplify GraphQL Transformer.

3 lines 307 B
import { DirectiveNode, FieldDefinitionNode, InputValueDefinitionNode } from 'graphql'; export declare function makeConnectionField(fieldName: string, returnTypeName: string, args?: InputValueDefinitionNode[], directives?: DirectiveNode[]): FieldDefinitionNode; //# sourceMappingURL=connectionUtils.d.ts.map