marketCurrencySettingsUpdate - admin-graphql - MUTATION
Version: 2024-10
Description:
Updates currency settings of a market.
Access Scopes
`read_markets` for queries and both `read_markets` as well as `write_markets` for mutations.
Arguments
-
input:
MarketCurrencySettingsUpdateInput! -
Properties to update for the market currency settings.
-
marketId:
ID! -
The ID of the market definition to target.
Returns
-
market:
Market
The market object.
-
userErrors:
MarketCurrencySettingsUserError!
The list of errors that occurred from executing the mutation.
Examples