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.
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
before
String
first
Int
last
Int
Returns:
CatalogItemOpenQuestionnaireConnection!
type Query { catalogItemsWithOpenQuestionnaire(after: String, before: String, first: Int, last: Int): CatalogItemOpenQuestionnaireConnection! }