Skip to content

Commit

Permalink
chore: extend createCustomerAddress query
Browse files Browse the repository at this point in the history
  • Loading branch information
Razz21 committed Feb 8, 2024
1 parent 4d2eea4 commit 1172b93
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
export default `
mutation createCustomerAddress($input: CustomerAddressInput!) {
createCustomerAddress(input: $input) {
firstname
lastname
prefix
suffix
id
region {
region
Expand Down

0 comments on commit 1172b93

Please sign in to comment.