Skip to main content
object

Requires read_gates access scope. Also: You must have read access to gates to read gate subjects.

Represents a connection between a subject and a gate configuration.

•Boolean!
non-null

True when the subject gate is active, false otherwise.

•GateConfiguration!
non-null

The bound gate configuration.

•DateTime!
non-null

The date and time when the gate subject was created.

•String!
non-null

A default cursor that returns the single next record, sorted ascending by ID.

•ID!
non-null

The ID of the gate subject.

•HasGates!
non-null

The resource that the gate is attached to. Product is currently the only supported subject type.

•DateTime!
non-null

The date and time when the gate subject was updated.


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

•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?

•interface

Was this section helpful?