UNPKG

@accounts/module-magic-link

Version:
10 lines 458 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const tslib_1 = require("tslib"); const graphql_tag_1 = tslib_1.__importDefault(require("graphql-tag")); exports.default = ({ rootMutationName, extendTypeDefs = true, }) => (0, graphql_tag_1.default) ` ${extendTypeDefs ? 'extend' : ''} type ${rootMutationName || 'Mutation'} { requestMagicLinkEmail(email: String!): Boolean } `; //# sourceMappingURL=mutation.js.map