backupRegionUpdate - admin-graphql - MUTATION
Version: unstable
Description:
Update the backup region that is used when we have no better signal of what region a buyer is in.
Access Scopes
`read_markets` for queries and both `read_markets` as well as `write_markets` for mutations.
Arguments
-
region:
BackupRegionUpdateInput -
Optional input representing the region to be updated. If not provided, the existing regions remain unchanged.
Returns
-
backupRegion:
MarketRegion
Returns the updated backup region.
-
userErrors:
MarketUserError!
The list of errors that occurred from executing the mutation.
Examples