Skip to content

Commit ddd5f27

Browse files
authored
Add code field to bulk operation query (#63)
1 parent 733794f commit ddd5f27

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

app/graphql/shopify_graphql/create_bulk_mutation.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ class CreateBulkMutation
1010
status
1111
}
1212
userErrors {
13+
code
1314
field
1415
message
1516
}

app/graphql/shopify_graphql/create_bulk_query.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ class CreateBulkQuery
1010
status
1111
}
1212
userErrors {
13+
code
1314
field
1415
message
1516
}

0 commit comments

Comments
 (0)