@accounts/graphql-client
Advanced tools
Comparing version 0.2.2 to 0.3.0-alpha.d5318331
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
var graphql_tag_1 = require("graphql-tag"); | ||
exports.resetPasswordMutation = (_a = ["\n mutation($token: String!, $newPassword: PasswordInput!) {\n resetPassword(token: $token, newPassword: $password)\n }\n"], _a.raw = ["\n mutation($token: String!, $newPassword: PasswordInput!) {\n resetPassword(token: $token, newPassword: $password)\n }\n"], graphql_tag_1.default(_a)); | ||
exports.resetPasswordMutation = (_a = ["\n mutation($token: String!, $newPassword: String!) {\n resetPassword(token: $token, newPassword: $newPassword)\n }\n"], _a.raw = ["\n mutation($token: String!, $newPassword: String!) {\n resetPassword(token: $token, newPassword: $newPassword)\n }\n"], graphql_tag_1.default(_a)); | ||
var _a; | ||
//# sourceMappingURL=reset-password.mutation.js.map |
{ | ||
"name": "@accounts/graphql-client", | ||
"version": "0.2.2", | ||
"version": "0.3.0-alpha.d5318331", | ||
"description": "GraphQL client transport for accounts", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
27268
0