Cap Collectif Developers - GraphQL API
Questionnaire
A questionnaire is a series of questions that users can answer.
Implements
Fields
ID!
)
The ID of an object.
UserConnection!
)
A list of users that have replied to the questionnaire.
Argument | Type | Description |
---|---|---|
after |
String
|
Returns the elements in the list that come after the specified cursor. |
first |
Int
|
Returns the first n elements from the list.
|
[Question!]!
)
This part of the schema is currently available for developers to preview. During this preview period, the API may change without any advance notice. Please see Schema previews for more details.
The list of questions of the questionnaire.
UserReplyConnection!
)
This part of the schema is currently available for developers to preview. During this preview period, the API may change without any advance notice. Please see Schema previews for more details.
A list of replies to the questionnaire.
Argument | Type | Description |
---|---|---|
after |
String
|
Returns the elements in the list that come after the specified cursor. |
first |
Int
|
Returns the first n elements from the list.
|
includeDraft |
Boolean
|
(ROLE_ADMIN only) Select also draft replies.
|
includeUnpublished |
Boolean
|
(ROLE_ADMIN only) Select also unpublished replies.
|
String!
)
Identifies the questionnaire title.