UNPKG

@aws-amplify/graphql-directives

Version:

Directive definitions for Amplify GraphQL transformers.

14 lines 419 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.AwsCognitoUserPoolsDirective = void 0; const name = 'aws_cognito_user_pools'; const definition = ` directive @${name}(cognito_groups: [String!]) on FIELD_DEFINITION | OBJECT `; const defaults = {}; exports.AwsCognitoUserPoolsDirective = { name, definition, defaults, }; //# sourceMappingURL=aws-cognito-user-pools.js.map