@duely/client
Advanced tools
Comparing version 0.0.10 to 0.0.11
@@ -24,3 +24,3 @@ "use strict"; | ||
function _templateObject7() { | ||
var data = _taggedTemplateLiteral(["\n mutation($name: String!, $subdomain_name: String!, $country_code: String!, $return_url: String!) {\n create_agency(name: $name, subdomain_name: $subdomain_name, country_code: $country_code, return_url: $return_url) {\n stripe_verification_url\n message\n success\n agency {\n id\n }\n }\n }\n "]); | ||
var data = _taggedTemplateLiteral(["\n mutation($name: String!, $subdomain_name: String!, $country_code: String!, $image_logo: ImageInput!, $return_url: String!) {\n create_agency(name: $name, subdomain_name: $subdomain_name, country_code: $country_code, image_logo: $image_logo, return_url: $return_url) {\n stripe_verification_url\n message\n success\n agency {\n id\n }\n }\n }\n "]); | ||
@@ -27,0 +27,0 @@ _templateObject7 = function _templateObject7() { |
{ | ||
"name": "@duely/client", | ||
"type": "module", | ||
"version": "0.0.10", | ||
"version": "0.0.11", | ||
"repository": "github:uoleevi/duely", | ||
@@ -6,0 +6,0 @@ "description": "GraphQL client by Duely (wrapper for @apollo/client)", |
@@ -118,4 +118,4 @@ import { gql } from '@apollo/client'; | ||
mutation: gql` | ||
mutation($name: String!, $subdomain_name: String!, $country_code: String!, $return_url: String!) { | ||
create_agency(name: $name, subdomain_name: $subdomain_name, country_code: $country_code, return_url: $return_url) { | ||
mutation($name: String!, $subdomain_name: String!, $country_code: String!, $image_logo: ImageInput!, $return_url: String!) { | ||
create_agency(name: $name, subdomain_name: $subdomain_name, country_code: $country_code, image_logo: $image_logo, return_url: $return_url) { | ||
stripe_verification_url | ||
@@ -122,0 +122,0 @@ message |
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
121137