UNPKG

@aws-amplify/graphql-directives

Version:

Directive definitions for Amplify GraphQL transformers.

14 lines 407 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.BelongsToDirective = void 0; const name = 'belongsTo'; const definition = ` directive @${name}(fields: [String!], references: [String!], overrideIndexName: String) on FIELD_DEFINITION `; const defaults = {}; exports.BelongsToDirective = { name, definition, defaults, }; //# sourceMappingURL=belongs-to.js.map