DEV

Query.

regulationResults

Paginated list of regulation 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 {
  regulationResults(after: String, before: String, filter: RegulationResultsFilter, first: Int, last: Int): RegulationResultConnection!
}
Book a demo

Was this page helpful?