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.

•

The error code.

•

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

•

The properties of the new market.


Fields

•

The market object.

•

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

•

The ID of the deleted market.

•

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.

•

The properties to update.


Fields

•

The market object.

•

The list of errors that occurred from executing the mutation.

Deprecated mutations

•
mutation

Deletes a market region.

Arguments

•
ID!required

The ID of the market region to delete.


Fields

•

The ID of the deleted market region.

•

The parent market object of the deleted region.

•

The list of errors that occurred from executing the mutation.

•
mutation

Creates regions that belong to an existing market.

Arguments

•
ID!required

The ID of the market to add the regions to.

•

The regions to be created.


Fields

•

The market object.

•

The list of errors that occurred from executing the mutation.

•
mutation

Deletes a list of market regions.

Arguments

•
[ID!]!required

A list of IDs of the market regions to delete.


Fields

•

The ID of the deleted market region.

•

The list of errors that occurred from executing the mutation.

•
mutation

Creates a web presence for a market.

Arguments

•
ID!required

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

•

The details of the web presence to be created.


Fields

•

The market object.

•

The list of errors that occurred from executing the mutation.

•
mutation

Deletes a market web presence.

Arguments

•
ID!required

The ID of the web presence to delete.


Fields

•

The ID of the deleted web presence.

•

The market for which the web presence was deleted.

•

The list of errors that occurred from executing the mutation.

•
mutation

Updates a market web presence.

Arguments

•

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

•
ID!required

The ID of the web presence to update.


Fields

•

The market object.

•

The list of errors that occurred from executing the mutation.


Was this section helpful?


Was this section helpful?