UpdateResourceBulkPayload
Result of a bulk resource update.
type UpdateResourceBulkPayload {
success: Boolean!
error: String
}
Fields
UpdateResourceBulkPayload.success ● Boolean! non-null scalar
True when the update completed without error. Ids matching no resource are skipped without making this false.
UpdateResourceBulkPayload.error ● String scalar
Error message when the update failed, otherwise null. An unsupported
column currently fails with a top-level GraphQL error instead of
populating this field.
Returned By
updateResourceBulk mutation