Skip to main content
Anchor to gateConfigurationCreate

gateConfigurationCreate

mutation

Requires write_gates access scope. Also: You must have write access to gates to create gate configurations.

Deprecated. Gates API is being sunset and will be removed in a future version. Use metafields instead for gate configuration.

Create a new gate configuration.

•GateConfigurationCreateInput!
required

Specifies the input fields for a gate configuation.


Was this section helpful?

Anchor to GateConfigurationCreatePayload returnsGateConfigurationCreatePayload returns

•GateConfiguration

The created gate configuration.

•[GateConfigurationUserError!]!
non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?