# GateConfiguration - storefront - OBJECT Version: unstable ## Description Represents a gate configuration. ### Access Scopes `unauthenticated_read_gates` access scope. ## Fields * [appId](/docs/api/storefront/unstable/scalars/String): String - An ID that an owner can use to identify the gate configuration. * [createdAt](/docs/api/storefront/unstable/scalars/DateTime): DateTime! - The date and time when the gate configuration was created. * [handle](/docs/api/storefront/unstable/scalars/String): String - A non-unique string used to group gate configurations. * [id](/docs/api/storefront/unstable/scalars/ID): ID! - The ID of the gate configuration. * [metafield](/docs/api/storefront/unstable/objects/Metafield): Metafield - A [custom field](https://shopify.dev/docs/apps/build/custom-data), including its `namespace` and `key`, that's associated with a Shopify resource for the purposes of adding and storing additional information. * [metafields](/docs/api/storefront/unstable/objects/Metafield): Metafield! - A list of [custom fields](/docs/apps/build/custom-data) that a merchant associates with a Shopify resource. * [name](/docs/api/storefront/unstable/scalars/String): String - The name of the gate configuration. * [updatedAt](/docs/api/storefront/unstable/scalars/DateTime): DateTime! - The date and time when the gate configuration was updated. ## Connections ## Related queries ## Related mutations ## Related Unions * [MetafieldParentResource](/docs/api/storefront/unstable/unions/MetafieldParentResource) A resource that the metafield belongs to. ## Examples