UNPKG

@aws-amplify/graphql-transformer-core

Version:

A framework to transform from GraphQL SDL to AWS CloudFormation.

4 lines 253 B
type Operation = 'get' | 'list' | 'sync' | 'create' | 'update' | 'delete' | 'onCreate' | 'onUpdate' | 'onDelete'; export declare const getFieldNameFor: (op: Operation, typeName: string) => string; export {}; //# sourceMappingURL=operation-names.d.ts.map