Skip to main content
Anchor to GateConfigurationUserError

GateConfigurationUserError

object

Requires read_gates access scope. Also: You must have read access to gates to read gate configuration user errors.

Represents an error that happens during the execution of a gate configuration mutation.

•GateConfigurationErrorCode

The error code.

•[String!]

The path to the input field that caused the error.

•String!
non-null

The error message.


Was this section helpful?

Deprecated mutations

•mutation
Deprecated

Arguments

•GateConfigurationCreateInput!
required

Specifies the input fields for a gate configuation.


Fields

•GateConfiguration

The created gate configuration.

•[GateConfigurationUserError!]!
non-null

The list of errors that occurred from executing the mutation.

•mutation
Deprecated

Arguments

•GateConfigurationDeleteInput!
required

Specifies the gate configuration to delete by its ID.


Fields

Anchor to deletedGateConfigurationIddeletedGateConfigurationId
•ID

The ID of the deleted gate configuration.

•Shop!
non-null

The shop associated with the gate configuration.

•[GateConfigurationUserError!]!
non-null

The list of errors that occurred from executing the mutation.

•mutation
Deprecated

Arguments

•GateConfigurationUpdateInput!
required

Specifies the input fields to update a gate configuation.


Fields

•GateConfiguration

The updated gate configuration.

•[GateConfigurationUserError!]!
non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?


Was this section helpful?