DEV

Query.

catalogItemsWithOpenQuestionnaire

Backward-compatible catalog attention queue. Returns distinct catalog items with at least one non-current compliance obligation, even when no questionnaire session has been opened yet. Each result is a federated CatalogItem, allowing its owner to supply name, SKU, and image. Results are ordered by the newest obligation update. New integrations should query complianceObligations.

Arguments

after

String

No description

before

String

No description

first

Int

No description

last

Int

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

Was this page helpful?