DEV

Query.

itemRestrictionResults

No description

Arguments

after

String

No description

before

String

No description

first

Int

No description

last

Int

No description
GraphQL
1
2
3
type Query {
  itemRestrictionResults(after: String, before: String, first: Int, last: Int): ItemRestrictionResultConnection
}

Was this page helpful?