Market User Error
Requires for queries and both
as well as
for mutations.
Defines errors encountered while managing a Market.
Anchor to FieldsFields
- Anchor to codecode•
The error code.
- Anchor to fieldfield•
The path to the input field that caused the error.
- Anchor to messagemessage•String!non-null
The error message.
Anchor to MutationsMutations
- •mutation
Creates a new market.
- Anchor to inputinput•Market
Create Input!required The properties of the new market.
Arguments
- Anchor to marketmarket•
The market object.
- Anchor to userErrorsuser•
Errors [MarketUser Error!]!non-null The list of errors that occurred from executing the mutation.
Fields
- •mutation
Deletes a market definition.
- •ID!required
The ID of the market to delete.
Arguments
- Anchor to deletedIddeleted•
Id The ID of the deleted market.
- Anchor to userErrorsuser•
Errors [MarketUser Error!]!non-null The list of errors that occurred from executing the mutation.
Fields
- •
- •mutation
Updates the properties of a market.
- •ID!required
The ID of the market to update.
- Anchor to inputinput•Market
Update Input!required The properties to update.
Arguments
- Anchor to marketmarket•
The market object.
- Anchor to userErrorsuser•
Errors [MarketUser Error!]!non-null The list of errors that occurred from executing the mutation.
Fields
- •
Deprecated mutations
- •mutation
Deletes a market region.
- •ID!required
The ID of the market region to delete.
Arguments
- Anchor to deletedIddeleted•
Id The ID of the deleted market region.
- Anchor to marketmarket•
The parent market object of the deleted region.
- Anchor to userErrorsuser•
Errors [MarketUser Error!]!non-null The list of errors that occurred from executing the mutation.
Fields
- •
- •mutation
Creates regions that belong to an existing market.
- Anchor to marketIdmarket•
Id ID!required The ID of the market to add the regions to.
- Anchor to regionsregions•[Market
Region Create Input!]!required The regions to be created.
Arguments
- Anchor to marketmarket•
The market object.
- Anchor to userErrorsuser•
Errors [MarketUser Error!]!non-null The list of errors that occurred from executing the mutation.
Fields
- •mutation
Deletes a list of market regions.
- •[ID!]!required
A list of IDs of the market regions to delete.
Arguments
- Anchor to deletedIdsdeleted•
Ids The ID of the deleted market region.
- Anchor to userErrorsuser•
Errors [MarketUser Error!]!non-null The list of errors that occurred from executing the mutation.
Fields
- •
- •mutation
Creates a web presence for a market.
- Anchor to marketIdmarket•
Id ID!required The ID of the market for which to create a web presence.
- Anchor to webPresenceweb•
Presence MarketWeb Presence Create Input!required The details of the web presence to be created.
Arguments
- Anchor to marketmarket•
The market object.
- Anchor to userErrorsuser•
Errors [MarketUser Error!]!non-null The list of errors that occurred from executing the mutation.
Fields
- •mutation
Deletes a market web presence.
- Anchor to webPresenceIdweb•
Presence Id ID!required The ID of the web presence to delete.
Arguments
- Anchor to deletedIddeleted•
Id The ID of the deleted web presence.
- Anchor to marketmarket•
The market for which the web presence was deleted.
- Anchor to userErrorsuser•
Errors [MarketUser Error!]!non-null The list of errors that occurred from executing the mutation.
Fields
- •mutation
Updates a market web presence.
- Anchor to webPresenceweb•
Presence MarketWeb Presence Update Input!required The web_presence fields used to update the market's web presence.
- Anchor to webPresenceIdweb•
Presence Id ID!required The ID of the web presence to update.
Arguments
- Anchor to marketmarket•
The market object.
- Anchor to userErrorsuser•
Errors [MarketUser Error!]!non-null The list of errors that occurred from executing the mutation.
Fields