Skip to main content
Anchor to GateSubjectUserError

GateSubjectUserError

object

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

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

•GateSubjectErrorCode

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

•GateSubjectCreateInput!
required

Specifies the input fields for a gate configuation.


Fields

•GateSubject

The created gate subject.

•[GateSubjectUserError!]!
non-null

The list of errors that occurred from executing the mutation.

•mutation
Deprecated

Arguments

•GateSubjectDeleteInput!
required

Specifies the input fields for a gate subject.


Fields

Anchor to deletedGateSubjectIddeletedGateSubjectId
•ID

The ID of the deleted gate subject.

•Shop!
non-null

The shop associated with the gate.

•[GateSubjectUserError!]!
non-null

The list of errors that occurred from executing the mutation.

•mutation
Deprecated

Arguments

•GateSubjectUpdateInput!
required

Specifies the input fields for a gate subject.


Fields

•GateSubject

The updated gate subject.

•[GateSubjectUserError!]!
non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?


Was this section helpful?