GateConfiguration
Requires access scope. Also: You must have read access to
gates
to read gate configurations.
Represents a gate configuration, which stores the information about a gate. A gate configuration can be bound to multiple subjects via the GateSubject model.
Anchor to Fields and connectionsFields and connections
- Anchor to createdAtcreated•
At DateTime! non-null The date and time when the gate configuration was created.
- Anchor to defaultCursordefault•
Cursor String!non-null A default cursor that returns the single next record, sorted ascending by ID.
- Anchor to handlehandle•
A non-unique string used to group gate configurations.
- •ID!non-null
The ID of the gate configuration.
- Anchor to metafieldmetafield•
A custom field, including its
namespace
andkey
, that's associated with a Shopify resource for the purposes of adding and storing additional information.- Anchor to metafieldsmetafields•Metafield
Connection! non-null A list of custom fields that a merchant associates with a Shopify resource.
- Anchor to metafieldsByIdentifiersmetafields•
By Identifiers [Metafield]!non-null The metafields associated with the resource matching the supplied list of namespaces and keys.
- Anchor to namename•
The name of the gate configuration.
- Anchor to subjectBindingssubject•
Bindings GateSubject non-nullConnection! The subject bindings for this gate configuration.
- Anchor to updatedAtupdated•
At DateTime! non-null The date and time when the gate configuration was updated.
- Anchor to appIdapp•
Id StringDeprecated An ID that an owner can use to identify the gate configuration.
is deprecated and
handle
should be used for identifying a gate.