Admin GraphQL API2024-10
Remove unused error codes from LocationDeactivateUserErrorCode
As of the 2024-10 release of the GraphQL Admin API, we're removing the error codes: and
from LocationDeactivateUserErrorCode.
The error codes were not being returned from the mutation, as such, they will no longer be listed as possible error codes.
If you are explicitly checking either of these error codes, you should remove references to them.
Was this section helpful?