@accounts/graphql-client
Advanced tools
Comparing version 0.2.0-alpha.6b1220f7 to 0.2.0-alpha.6f2debcc
@@ -6,5 +6,5 @@ "use strict"; | ||
exports.createLoginMutation = function (userFieldsFragment) { | ||
return (_a = ["\n mutation($user: UserInput!, $password: String!) {\n loginWithPassword(user: $user, password: $password) {\n sessionId\n ...LoginFields\n user {\n id\n ...UserFields\n }\n }\n }\n \n ", "\n ", "\n"], _a.raw = ["\n mutation($user: UserInput!, $password: String!) {\n loginWithPassword(user: $user, password: $password) {\n sessionId\n ...LoginFields\n user {\n id\n ...UserFields\n }\n }\n }\n \n ", "\n ", "\n"], graphql_tag_1.default(_a, userFieldsFragment, login_fields_fragment_1.loginFieldsFragment)); | ||
return (_a = ["\n mutation($user: String, $userFields: UserInput, $password: String!) {\n loginWithPassword(user: $user, userFields: $userFields, password: $password) {\n sessionId\n ...LoginFields\n user {\n id\n ...UserFields\n }\n }\n }\n \n ", "\n ", "\n"], _a.raw = ["\n mutation($user: String, $userFields: UserInput, $password: String!) {\n loginWithPassword(user: $user, userFields: $userFields, password: $password) {\n sessionId\n ...LoginFields\n user {\n id\n ...UserFields\n }\n }\n }\n \n ", "\n ", "\n"], graphql_tag_1.default(_a, userFieldsFragment, login_fields_fragment_1.loginFieldsFragment)); | ||
var _a; | ||
}; | ||
//# sourceMappingURL=login.mutation.js.map |
{ | ||
"name": "@accounts/graphql-client", | ||
"version": "0.2.0-alpha.6b1220f7", | ||
"version": "0.2.0-alpha.6f2debcc", | ||
"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
27264
332