DEV

Query.

restrictionResults

Paginated list of restriction results.

Arguments

after

String

No description

before

String

No description
No description

first

Int

No description

last

Int

No description
GraphQL
1
2
3
type Query {
  restrictionResults(after: String, before: String, filter: RestrictionResultsFilter, first: Int, last: Int): RestrictionResultConnection!
}
Book a demo

Was this page helpful?