Skip to content

Commit

Permalink
fetch more quests for quest log
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisinajar committed Feb 6, 2024
1 parent 2b414b3 commit ace5fbd
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions src/me.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,28 @@ query Me {
id
}
}
tavernChampion {
id
progress
finished
started
lastEvent {
quest
message
id
}
}
meetTheQueen {
id
progress
finished
started
lastEvent {
quest
message
id
}
}
id
}
currentQuest {
Expand Down

0 comments on commit ace5fbd

Please sign in to comment.