applicationQuestionnaireid.Questionnaires can be associated with a PositionProfile.This query accepts browser tokens that include the query:application-questionnaires scope.| Name | Description |
|---|---|
String! | The value of ApplicationQuestionnaire.id for the requested object. |
| Name | Description |
|---|---|
ApplicationQuestionnaire | A set of questions presented to a candidate during an application.This can be associated with one or more PositionProfiles when they are created. |
query ($id: String!) {
applicationQuestionnaire(id: $id) {
id {
value
}
}
}