Skip to content

Commit a89d448

Browse files
remove groupObjects from bulkOperationRunQuery
1 parent ef15432 commit a89d448

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

packages/app/src/cli/api/graphql/bulk-operations/generated/bulk-operation-run-query.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,6 @@ export const BulkOperationRunQuery = {
4949
name: {kind: 'Name', value: 'query'},
5050
value: {kind: 'Variable', name: {kind: 'Name', value: 'query'}},
5151
},
52-
{
53-
kind: 'Argument',
54-
name: {kind: 'Name', value: 'groupObjects'},
55-
value: {kind: 'BooleanValue', value: false},
56-
},
5752
],
5853
selectionSet: {
5954
kind: 'SelectionSet',

packages/app/src/cli/api/graphql/bulk-operations/mutations/bulk-operation-run-query.graphql

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
mutation BulkOperationRunQuery($query: String!) {
22
bulkOperationRunQuery(
33
query: $query
4-
# Set to false to optimize for speed over grouped results
5-
groupObjects: false
64
) {
75
bulkOperation {
86
completedAt

0 commit comments

Comments
 (0)