Skip to content

Commit b93534d

Browse files
seynadioclaude
andcommitted
Remove emailMarketingConsent field causing GraphQL errors
Fix selectionMismatch error by removing emailMarketingConsent from customer queries in GET_ORDER and LIST_ORDERS. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 39a4b7b commit b93534d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

components/shopify_developer_app/common/queries.mjs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@ const GET_ORDER = `
9696
email
9797
phone
9898
note
99-
emailMarketingConsent
10099
createdAt
101100
updatedAt
102101
verifiedEmail
@@ -610,7 +609,6 @@ const LIST_ORDERS = `
610609
lastName
611610
email
612611
phone
613-
emailMarketingConsent
614612
defaultAddress {
615613
id
616614
address1

0 commit comments

Comments
 (0)