# GateSubject - storefront - OBJECT Version: unstable ## Description Represents a connection from a subject to a gate configuration. ### Access Scopes `unauthenticated_read_gates` access scope. ## Fields * [active](/docs/api/storefront/unstable/scalars/Boolean): Boolean! - True when the subject gate is active, false otherwise. * [configuration](/docs/api/storefront/unstable/objects/GateConfiguration): GateConfiguration! - The bound gate configuration. * [createdAt](/docs/api/storefront/unstable/scalars/DateTime): DateTime! - The date and time when the gate subject was created. * [id](/docs/api/storefront/unstable/scalars/ID): ID! - The ID of the gate subject. * [updatedAt](/docs/api/storefront/unstable/scalars/DateTime): DateTime! - The date and time when the gate subject was updated. ## Connections ## Related queries ## Related mutations ## Related Unions ## Examples