PatchEmployerPayload
Object
Response for patchEmployer.
Fields
responseCode AttributeUpdateResponseCode! Deprecated Non-Null
Deprecated legacy response code. Successful responses return OK.
Errors appear in the standard GraphQL errors array. See Use standard error codes for common errors.
attributeUpdated Boolean! Non-Null
true if employer attributes were updated.
errors [AttributeUpdateError!]! Deprecated Non-Null
List of errors. Empty if none.
Example
{ "responseCode": "OK", "attributeUpdated": true, "errors": [AttributeUpdateError]}