quests
Quests represent simulations and their results
@filterable @paginatable @sortable
Arguments
after (
ID)
before (
ID)
filter (
Quest_filter)
first (
Int)
last (
Int)
skip (
Int)
sort (
[Quest_sort])
Return fields
_id (
ID!)
Id of the quest
createdAt (
Date)
When it was created
objectives (
QuestObjectives!)
In what manner is this quest completed
organizationId (
ID!)
Organization id for the quest
result (
QuestResult)
Deprecation notice
Use objectives or simulationResult instead
Quest result if in a ending state
simulationResult (
QuestResult)
Result of completing a simulations (miss/click/report)
startedAt (
Date)
When the quest was sent
startsAt (
Date)
Time that quest was scheduled to start at, see startedAt for actual start time.
state (
QuestState!)
Current state of the quest
tag (
String!)
Tag of the quest (comes from quest template)
updatedAt (
Date)
When it was updated