Represents a connection between a subject and a gate configuration.
Access Scopes
`read_gates` access scope. Also: You must have read access to `gates` to read gate subjects.
Fields
active:
Boolean! -
True when the subject gate is active, false otherwise.
configuration:
GateConfiguration! -
The bound gate configuration.
createdAt:
DateTime! -
The date and time when the gate subject was created.
defaultCursor:
String! -
A default [cursor](https://shopify.dev/api/usage/pagination-graphql) that returns the single next record, sorted ascending by ID.
subject:
HasGates! -
The resource that the gate is attached to.
[Product](https://shopify.dev/api/admin-graphql/latest/objects/product) is currently the
only supported subject type.
updatedAt:
DateTime! -
The date and time when the gate subject was updated.