UNPKG

@aws-amplify/graphql-directives

Version:

Directive definitions for Amplify GraphQL transformers.

16 lines 440 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.HasManyDirective = void 0; const name = 'hasMany'; const defaults = { limit: 100, }; const definition = ` directive @${name}(indexName: String, fields: [String!], references: [String!], limit: Int = ${defaults.limit}) on FIELD_DEFINITION `; exports.HasManyDirective = { name, definition, defaults, }; //# sourceMappingURL=has-many.js.map