Skip to main content
object

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

Defines errors encountered while managing a Market.

•MarketUserErrorCode

The error code.

•[String!]

The path to the input field that caused the error.

•String!
non-null

The error message.


Was this section helpful?

•mutation

Creates a new market.

Arguments

•MarketCreateInput!
required

The properties of the new market.


Fields

•Market

The market object.

•[MarketUserError!]!
non-null

The list of errors that occurred from executing the mutation.

•mutation

Deletes a market definition.

Arguments

•ID!
required

The ID of the market to delete.


Fields

•ID

The ID of the deleted market.

•[MarketUserError!]!
non-null

The list of errors that occurred from executing the mutation.

•mutation

Updates the properties of a market.

Arguments

•ID!
required

The ID of the market to update.

•MarketUpdateInput!
required

The properties to update.


Fields

•Market

The market object.

•[MarketUserError!]!
non-null

The list of errors that occurred from executing the mutation.

Deprecated mutations

•mutation
Deprecated

Arguments

•ID!
required

The ID of the market region to delete.


Fields

•ID

The ID of the deleted market region.

•Market

The parent market object of the deleted region.

•[MarketUserError!]!
non-null

The list of errors that occurred from executing the mutation.

•mutation
Deprecated

Arguments

•ID!
required

The ID of the market to add the regions to.

•[MarketRegionCreateInput!]!
required

The regions to be created.


Fields

•Market

The market object.

•[MarketUserError!]!
non-null

The list of errors that occurred from executing the mutation.

•mutation
Deprecated

Arguments

•[ID!]!
required

A list of IDs of the market regions to delete.


Fields

•[ID!]

The ID of the deleted market region.

•[MarketUserError!]!
non-null

The list of errors that occurred from executing the mutation.

•mutation
Deprecated

Arguments

•ID!
required

The ID of the market for which to create a web presence.

•MarketWebPresenceCreateInput!
required

The details of the web presence to be created.


Fields

•Market

The market object.

•[MarketUserError!]!
non-null

The list of errors that occurred from executing the mutation.

•mutation
Deprecated

Arguments

•ID!
required

The ID of the web presence to delete.


Fields

•ID

The ID of the deleted web presence.

•Market

The market for which the web presence was deleted.

•[MarketUserError!]!
non-null

The list of errors that occurred from executing the mutation.

•mutation
Deprecated

Arguments

•MarketWebPresenceUpdateInput!
required

The web_presence fields used to update the market's web presence.

•ID!
required

The ID of the web presence to update.


Fields

•Market

The market object.

•[MarketUserError!]!
non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?


Was this section helpful?
OSZAR »