DEV

Query.

questionnaireSessions

Browse questionnaire sessions (paginated, filtered). The merchant dashboard's "catalog items needing answers" view is filter: {containerType: CATALOG_ITEM, statuses: [IN_PROGRESS]} — each node's containerId is the catalog item id, and totalCount is the aggregate badge count (sessions are only opened for items with outstanding programs, so open session ⇔ item needs answers).

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 {
  questionnaireSessions(after: String, before: String, filter: QuestionnaireSessionFilter, first: Int, last: Int): QuestionnaireSessionConnection!
}
Book a demo

Was this page helpful?