# GateSubject - admin - OBJECT Version: unstable ## Description 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](/docs/api/admin/unstable/scalars/Boolean): Boolean! - True when the subject gate is active, false otherwise. * [configuration](/docs/api/admin/unstable/objects/GateConfiguration): GateConfiguration! - The bound gate configuration. * [createdAt](/docs/api/admin/unstable/scalars/DateTime): DateTime! - The date and time when the gate subject was created. * [defaultCursor](/docs/api/admin/unstable/scalars/String): String! - A default [cursor](https://shopify.dev/api/usage/pagination-graphql) that returns the single next record, sorted ascending by ID. * [id](/docs/api/admin/unstable/scalars/ID): ID! - The ID of the gate subject. * [subject](/docs/api/admin/unstable/interfaces/HasGates): 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](/docs/api/admin/unstable/scalars/DateTime): DateTime! - The date and time when the gate subject was updated. ## Connections ## Related queries ## Related mutations * [gateSubjectCreate](/docs/api/admin/unstable/mutations/gateSubjectCreate) Creates a new Gate Subject. * [gateSubjectUpdate](/docs/api/admin/unstable/mutations/gateSubjectUpdate) Updates a new Gate Subject. ## Related Unions ## Examples