getPackSummaryProgress
Return user progress against sets + challenges.
If the withPacks field is filled in, this query will have the following behaviour:
- Return only Sets and Challenges that are relevant to those packs
- Consider moments in the user's account AND moments from the passed packs towards progress
When the withPacks field is not filled in, the behaviour is:
- Return all visible Sets and active Challenges
- Consider only moments in the user's account
In order to obtain the diff in user progress from before and after a series of pack openings,
this query should be called prior to pack opening, and then again with the withPacks
field filled in.
getPackSummaryProgress(
input: GetPackSummaryProgressInput!
): GetPackSummaryProgressResponse