CustomerBulkUpdate
Updates customers.
Added in Saleor 3.13This API is currently in Feature Preview and can be subject to changes at later point.
type CustomerBulkUpdate {
count: Int!
results: [CustomerBulkResult!]!
errors: [CustomerBulkUpdateError!]!
}
Fields
CustomerBulkUpdate.count
● Int!
non-null scalar
Returns how many objects were created.
CustomerBulkUpdate.results
● [CustomerBulkResult!]!
non-null object
List of the updated customers.
CustomerBulkUpdate.errors
● [CustomerBulkUpdateError!]!
non-null object
Returned by
customerBulkUpdate
mutation
Was this page helpful?