- BulkOperationRunMutation now returns userErrors as BulkOperationUserError, adding an optional code field.
- The GraphQL schema changes the userErrors type from UserErrors to BulkOperationUserError.
- Query syntax stays the same, but client code may need to handle the new field/type.