Skip to main content
mutation

Requires read_markets for queries and both read_markets as well as write_markets for mutations.

Deprecated. This mutation is deprecated and will be removed in the future. Use marketCreate or marketUpdate instead.

Creates regions that belong to an existing market.

ID!required

The ID of the market to add the regions to.

[MarketRegionCreateInput!]!required

The regions to be created.


Was this section helpful?

Anchor to MarketRegionsCreatePayload returnsMarketRegionsCreatePayload returns

Market

The market object.

[MarketUserError!]!non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?