UNPKG

@accounts/module-password

Version:
10 lines 433 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 = ({ rootQueryName, extendTypeDefs = true, }) => (0, graphql_tag_1.default) ` ${extendTypeDefs ? 'extend' : ''} type ${rootQueryName || 'Query'} { twoFactorSecret: TwoFactorSecretKey } `; //# sourceMappingURL=query.js.map