@aws-amplify/data-construct
Version:
AppSync GraphQL Api Construct using Amplify GraphQL Transformer - Aliased to use `Data` name scheme.
3 lines • 307 B
TypeScript
import { DirectiveNode, FieldDefinitionNode, InputValueDefinitionNode } from 'graphql';
export declare function makeConnectionField(fieldName: string, returnTypeName: string, args?: InputValueDefinitionNode[], directives?: DirectiveNode[]): FieldDefinitionNode;
//# sourceMappingURL=connectionUtils.d.ts.map