@legendsoflearning/lol-sdk-core 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (61) hide show
  1. package/dist/auth/index.d.mts +1 -0
  2. package/dist/auth/index.d.ts +1 -0
  3. package/dist/auth/index.js +12 -0
  4. package/dist/auth/index.js.map +1 -0
  5. package/dist/auth/index.mjs +3 -0
  6. package/dist/auth/index.mjs.map +1 -0
  7. package/dist/cache/index.d.mts +26 -0
  8. package/dist/cache/index.d.ts +26 -0
  9. package/dist/cache/index.js +63 -0
  10. package/dist/cache/index.js.map +1 -0
  11. package/dist/cache/index.mjs +60 -0
  12. package/dist/cache/index.mjs.map +1 -0
  13. package/dist/chunk-Q4UXELOU.mjs +284 -0
  14. package/dist/chunk-Q4UXELOU.mjs.map +1 -0
  15. package/dist/chunk-WWN77BBN.js +286 -0
  16. package/dist/chunk-WWN77BBN.js.map +1 -0
  17. package/dist/generated/admins/index.d.mts +2566 -0
  18. package/dist/generated/admins/index.d.ts +2566 -0
  19. package/dist/generated/admins/index.js +110 -0
  20. package/dist/generated/admins/index.js.map +1 -0
  21. package/dist/generated/admins/index.mjs +97 -0
  22. package/dist/generated/admins/index.mjs.map +1 -0
  23. package/dist/generated/developers/index.d.mts +330 -0
  24. package/dist/generated/developers/index.d.ts +330 -0
  25. package/dist/generated/developers/index.js +30 -0
  26. package/dist/generated/developers/index.js.map +1 -0
  27. package/dist/generated/developers/index.mjs +25 -0
  28. package/dist/generated/developers/index.mjs.map +1 -0
  29. package/dist/generated/parents/index.d.mts +1097 -0
  30. package/dist/generated/parents/index.d.ts +1097 -0
  31. package/dist/generated/parents/index.js +112 -0
  32. package/dist/generated/parents/index.js.map +1 -0
  33. package/dist/generated/parents/index.mjs +99 -0
  34. package/dist/generated/parents/index.mjs.map +1 -0
  35. package/dist/generated/play/index.d.mts +1060 -0
  36. package/dist/generated/play/index.d.ts +1060 -0
  37. package/dist/generated/play/index.js +109 -0
  38. package/dist/generated/play/index.js.map +1 -0
  39. package/dist/generated/play/index.mjs +96 -0
  40. package/dist/generated/play/index.mjs.map +1 -0
  41. package/dist/generated/public/index.d.mts +791 -0
  42. package/dist/generated/public/index.d.ts +791 -0
  43. package/dist/generated/public/index.js +39 -0
  44. package/dist/generated/public/index.js.map +1 -0
  45. package/dist/generated/public/index.mjs +33 -0
  46. package/dist/generated/public/index.mjs.map +1 -0
  47. package/dist/generated/teachers/index.d.mts +6205 -0
  48. package/dist/generated/teachers/index.d.ts +6205 -0
  49. package/dist/generated/teachers/index.js +353 -0
  50. package/dist/generated/teachers/index.js.map +1 -0
  51. package/dist/generated/teachers/index.mjs +282 -0
  52. package/dist/generated/teachers/index.mjs.map +1 -0
  53. package/dist/index-vM3xPKfV.d.mts +173 -0
  54. package/dist/index-vM3xPKfV.d.ts +173 -0
  55. package/dist/index.d.mts +154 -0
  56. package/dist/index.d.ts +154 -0
  57. package/dist/index.js +352 -0
  58. package/dist/index.js.map +1 -0
  59. package/dist/index.mjs +336 -0
  60. package/dist/index.mjs.map +1 -0
  61. package/package.json +111 -0
@@ -0,0 +1,109 @@
1
+ 'use strict';
2
+
3
+ // src/generated/play/fragment-masking.ts
4
+ function useFragment(_documentNode, fragmentType) {
5
+ return fragmentType;
6
+ }
7
+ function makeFragmentData(data, _fragment) {
8
+ return data;
9
+ }
10
+ function isFragmentReady(queryNode, fragmentNode, data) {
11
+ const deferredFields = queryNode.__meta__?.deferredFields;
12
+ if (!deferredFields) return true;
13
+ const fragDef = fragmentNode.definitions[0];
14
+ const fragName = fragDef?.name?.value;
15
+ const fields = fragName && deferredFields[fragName] || [];
16
+ return fields.length > 0 && fields.every((field) => data && field in data);
17
+ }
18
+
19
+ // src/generated/play/gql.ts
20
+ var documents = {};
21
+ function graphql(source) {
22
+ return documents[source] ?? {};
23
+ }
24
+
25
+ // src/generated/play/graphql.ts
26
+ var AssignmentOwnershipType = /* @__PURE__ */ ((AssignmentOwnershipType2) => {
27
+ AssignmentOwnershipType2["All"] = "ALL";
28
+ AssignmentOwnershipType2["District"] = "DISTRICT";
29
+ AssignmentOwnershipType2["Teacher"] = "TEACHER";
30
+ return AssignmentOwnershipType2;
31
+ })(AssignmentOwnershipType || {});
32
+ var FluencyFactOperation = /* @__PURE__ */ ((FluencyFactOperation2) => {
33
+ FluencyFactOperation2["Add"] = "ADD";
34
+ FluencyFactOperation2["Div"] = "DIV";
35
+ FluencyFactOperation2["Mul"] = "MUL";
36
+ FluencyFactOperation2["Sub"] = "SUB";
37
+ return FluencyFactOperation2;
38
+ })(FluencyFactOperation || {});
39
+ var FluencyFactProgressStatusType = /* @__PURE__ */ ((FluencyFactProgressStatusType2) => {
40
+ FluencyFactProgressStatusType2["Fluent"] = "FLUENT";
41
+ FluencyFactProgressStatusType2["NotFluent"] = "NOT_FLUENT";
42
+ FluencyFactProgressStatusType2["Unassessed"] = "UNASSESSED";
43
+ return FluencyFactProgressStatusType2;
44
+ })(FluencyFactProgressStatusType || {});
45
+ var FluencyFocusInputType = /* @__PURE__ */ ((FluencyFocusInputType2) => {
46
+ FluencyFocusInputType2["Add5"] = "ADD5";
47
+ FluencyFocusInputType2["Add9"] = "ADD9";
48
+ FluencyFocusInputType2["Add10"] = "ADD10";
49
+ FluencyFocusInputType2["Mul9"] = "MUL9";
50
+ FluencyFocusInputType2["Mul10"] = "MUL10";
51
+ FluencyFocusInputType2["Mul12"] = "MUL12";
52
+ FluencyFocusInputType2["None"] = "NONE";
53
+ return FluencyFocusInputType2;
54
+ })(FluencyFocusInputType || {});
55
+ var FluencyFocusType = /* @__PURE__ */ ((FluencyFocusType2) => {
56
+ FluencyFocusType2["Add5"] = "ADD5";
57
+ FluencyFocusType2["Add9"] = "ADD9";
58
+ FluencyFocusType2["Add10"] = "ADD10";
59
+ FluencyFocusType2["Mul9"] = "MUL9";
60
+ FluencyFocusType2["Mul10"] = "MUL10";
61
+ FluencyFocusType2["Mul12"] = "MUL12";
62
+ return FluencyFocusType2;
63
+ })(FluencyFocusType || {});
64
+ var FluencySessionInstructionConcept = /* @__PURE__ */ ((FluencySessionInstructionConcept2) => {
65
+ FluencySessionInstructionConcept2["Addition"] = "ADDITION";
66
+ FluencySessionInstructionConcept2["AddTen"] = "ADD_TEN";
67
+ FluencySessionInstructionConcept2["AddZero"] = "ADD_ZERO";
68
+ FluencySessionInstructionConcept2["Double"] = "DOUBLE";
69
+ FluencySessionInstructionConcept2["Multiplication"] = "MULTIPLICATION";
70
+ FluencySessionInstructionConcept2["None"] = "NONE";
71
+ FluencySessionInstructionConcept2["Square"] = "SQUARE";
72
+ FluencySessionInstructionConcept2["TimesEleven"] = "TIMES_ELEVEN";
73
+ FluencySessionInstructionConcept2["TimesTen"] = "TIMES_TEN";
74
+ FluencySessionInstructionConcept2["TimesTwo"] = "TIMES_TWO";
75
+ FluencySessionInstructionConcept2["TimesZero"] = "TIMES_ZERO";
76
+ return FluencySessionInstructionConcept2;
77
+ })(FluencySessionInstructionConcept || {});
78
+ var FluencySessionStageType = /* @__PURE__ */ ((FluencySessionStageType2) => {
79
+ FluencySessionStageType2["Assess"] = "ASSESS";
80
+ FluencySessionStageType2["Establish"] = "ESTABLISH";
81
+ FluencySessionStageType2["Practice"] = "PRACTICE";
82
+ return FluencySessionStageType2;
83
+ })(FluencySessionStageType || {});
84
+ var PlayStepType = /* @__PURE__ */ ((PlayStepType2) => {
85
+ PlayStepType2["Assessment"] = "ASSESSMENT";
86
+ PlayStepType2["AwakeningActivity"] = "AWAKENING_ACTIVITY";
87
+ PlayStepType2["Exit"] = "EXIT";
88
+ PlayStepType2["HandsOn"] = "HANDS_ON";
89
+ PlayStepType2["MiniGame"] = "MINI_GAME";
90
+ PlayStepType2["Rewards"] = "REWARDS";
91
+ PlayStepType2["Video"] = "VIDEO";
92
+ PlayStepType2["VideoLesson"] = "VIDEO_LESSON";
93
+ return PlayStepType2;
94
+ })(PlayStepType || {});
95
+
96
+ exports.AssignmentOwnershipType = AssignmentOwnershipType;
97
+ exports.FluencyFactOperation = FluencyFactOperation;
98
+ exports.FluencyFactProgressStatusType = FluencyFactProgressStatusType;
99
+ exports.FluencyFocusInputType = FluencyFocusInputType;
100
+ exports.FluencyFocusType = FluencyFocusType;
101
+ exports.FluencySessionInstructionConcept = FluencySessionInstructionConcept;
102
+ exports.FluencySessionStageType = FluencySessionStageType;
103
+ exports.PlayStepType = PlayStepType;
104
+ exports.graphql = graphql;
105
+ exports.isFragmentReady = isFragmentReady;
106
+ exports.makeFragmentData = makeFragmentData;
107
+ exports.useFragment = useFragment;
108
+ //# sourceMappingURL=index.js.map
109
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../src/generated/play/fragment-masking.ts","../../../src/generated/play/gql.ts","../../../src/generated/play/graphql.ts"],"names":["AssignmentOwnershipType","FluencyFactOperation","FluencyFactProgressStatusType","FluencyFocusInputType","FluencyFocusType","FluencySessionInstructionConcept","FluencySessionStageType","PlayStepType"],"mappings":"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","file":"index.js","sourcesContent":["/* eslint-disable */\nimport { ResultOf, DocumentTypeDecoration, TypedDocumentNode } from '@graphql-typed-document-node/core';\nimport { FragmentDefinitionNode } from 'graphql';\nimport { Incremental } from './graphql';\n\n\nexport type FragmentType<TDocumentType extends DocumentTypeDecoration<any, any>> = TDocumentType extends DocumentTypeDecoration<\n infer TType,\n any\n>\n ? [TType] extends [{ ' $fragmentName'?: infer TKey }]\n ? TKey extends string\n ? { ' $fragmentRefs'?: { [key in TKey]: TType } }\n : never\n : never\n : never;\n\n// return non-nullable if `fragmentType` is non-nullable\nexport function useFragment<TType>(\n _documentNode: DocumentTypeDecoration<TType, any>,\n fragmentType: FragmentType<DocumentTypeDecoration<TType, any>>\n): TType;\n// return nullable if `fragmentType` is undefined\nexport function useFragment<TType>(\n _documentNode: DocumentTypeDecoration<TType, any>,\n fragmentType: FragmentType<DocumentTypeDecoration<TType, any>> | undefined\n): TType | undefined;\n// return nullable if `fragmentType` is nullable\nexport function useFragment<TType>(\n _documentNode: DocumentTypeDecoration<TType, any>,\n fragmentType: FragmentType<DocumentTypeDecoration<TType, any>> | null\n): TType | null;\n// return nullable if `fragmentType` is nullable or undefined\nexport function useFragment<TType>(\n _documentNode: DocumentTypeDecoration<TType, any>,\n fragmentType: FragmentType<DocumentTypeDecoration<TType, any>> | null | undefined\n): TType | null | undefined;\n// return array of non-nullable if `fragmentType` is array of non-nullable\nexport function useFragment<TType>(\n _documentNode: DocumentTypeDecoration<TType, any>,\n fragmentType: Array<FragmentType<DocumentTypeDecoration<TType, any>>>\n): Array<TType>;\n// return array of nullable if `fragmentType` is array of nullable\nexport function useFragment<TType>(\n _documentNode: DocumentTypeDecoration<TType, any>,\n fragmentType: Array<FragmentType<DocumentTypeDecoration<TType, any>>> | null | undefined\n): Array<TType> | null | undefined;\n// return readonly array of non-nullable if `fragmentType` is array of non-nullable\nexport function useFragment<TType>(\n _documentNode: DocumentTypeDecoration<TType, any>,\n fragmentType: ReadonlyArray<FragmentType<DocumentTypeDecoration<TType, any>>>\n): ReadonlyArray<TType>;\n// return readonly array of nullable if `fragmentType` is array of nullable\nexport function useFragment<TType>(\n _documentNode: DocumentTypeDecoration<TType, any>,\n fragmentType: ReadonlyArray<FragmentType<DocumentTypeDecoration<TType, any>>> | null | undefined\n): ReadonlyArray<TType> | null | undefined;\nexport function useFragment<TType>(\n _documentNode: DocumentTypeDecoration<TType, any>,\n fragmentType: FragmentType<DocumentTypeDecoration<TType, any>> | Array<FragmentType<DocumentTypeDecoration<TType, any>>> | ReadonlyArray<FragmentType<DocumentTypeDecoration<TType, any>>> | null | undefined\n): TType | Array<TType> | ReadonlyArray<TType> | null | undefined {\n return fragmentType as any;\n}\n\n\nexport function makeFragmentData<\n F extends DocumentTypeDecoration<any, any>,\n FT extends ResultOf<F>\n>(data: FT, _fragment: F): FragmentType<F> {\n return data as FragmentType<F>;\n}\nexport function isFragmentReady<TQuery, TFrag>(\n queryNode: DocumentTypeDecoration<TQuery, any>,\n fragmentNode: TypedDocumentNode<TFrag>,\n data: FragmentType<TypedDocumentNode<Incremental<TFrag>, any>> | null | undefined\n): data is FragmentType<typeof fragmentNode> {\n const deferredFields = (queryNode as { __meta__?: { deferredFields: Record<string, (keyof TFrag)[]> } }).__meta__\n ?.deferredFields;\n\n if (!deferredFields) return true;\n\n const fragDef = fragmentNode.definitions[0] as FragmentDefinitionNode | undefined;\n const fragName = fragDef?.name?.value;\n\n const fields = (fragName && deferredFields[fragName]) || [];\n return fields.length > 0 && fields.every(field => data && field in data);\n}\n","/* eslint-disable */\nimport { TypedDocumentNode as DocumentNode } from '@graphql-typed-document-node/core';\n\nconst documents: Record<string, never> = {};\n\n/**\n * The graphql function is used to parse GraphQL queries into a document that can be used by GraphQL clients.\n */\nexport function graphql(source: string): unknown {\n return (documents as Record<string, unknown>)[source] ?? {};\n}\n\nexport type DocumentType<TDocumentNode extends DocumentNode<any, any>> = TDocumentNode extends DocumentNode<infer TType, any> ? TType : never;\n","/* eslint-disable */\nexport type Maybe<T> = T | null;\nexport type InputMaybe<T> = Maybe<T>;\nexport type Exact<T extends { [key: string]: unknown }> = { [K in keyof T]: T[K] };\nexport type MakeOptional<T, K extends keyof T> = Omit<T, K> & { [SubKey in K]?: Maybe<T[SubKey]> };\nexport type MakeMaybe<T, K extends keyof T> = Omit<T, K> & { [SubKey in K]: Maybe<T[SubKey]> };\nexport type MakeEmpty<T extends { [key: string]: unknown }, K extends keyof T> = { [_ in K]?: never };\nexport type Incremental<T> = T | { [P in keyof T]?: P extends ' $fragmentName' | '__typename' ? T[P] : never };\n/** All built-in and custom scalars, mapped to their actual values */\nexport type Scalars = {\n ID: { input: string; output: string; }\n String: { input: string; output: string; }\n Boolean: { input: boolean; output: boolean; }\n Int: { input: number; output: number; }\n Float: { input: number; output: number; }\n /**\n * The `DateTime` scalar type represents a date and time in the UTC\n * timezone. The DateTime appears in a JSON response as an ISO8601 formatted\n * string, including UTC timezone (\"Z\"). The parsed date and time string will\n * be converted to UTC if there is an offset.\n */\n DateTime: { input: any; output: any; }\n /**\n * The `Json` scalar type represents arbitrary json string data, represented as UTF-8\n * character sequences. The Json type is most often used to represent a free-form\n * human-readable json string.\n */\n Json: { input: any; output: any; }\n /**\n * The `Naive DateTime` scalar type represents a naive date and time without\n * timezone. The DateTime appears in a JSON response as an ISO8601 formatted\n * string.\n */\n NaiveDateTime: { input: any; output: any; }\n};\n\nexport type Activity = {\n __typename?: 'Activity';\n assessment?: Maybe<Assessment>;\n awakeningActivity?: Maybe<AwakeningActivity>;\n durationInMinutes?: Maybe<Scalars['Int']['output']>;\n id?: Maybe<Scalars['ID']['output']>;\n learningObjective?: Maybe<LearningObjective>;\n miniGame?: Maybe<Game>;\n miniGameVersion?: Maybe<GameVersion>;\n numOfQuestions?: Maybe<Scalars['Int']['output']>;\n order?: Maybe<Scalars['Float']['output']>;\n questions?: Maybe<Array<Maybe<ActivityQuestion>>>;\n questionsType?: Maybe<Scalars['String']['output']>;\n type?: Maybe<Scalars['String']['output']>;\n video?: Maybe<Video>;\n};\n\nexport type ActivityInputV2 = {\n assessmentId?: InputMaybe<Scalars['ID']['input']>;\n awakeningActivityId?: InputMaybe<Scalars['ID']['input']>;\n durationInMinutes?: InputMaybe<Scalars['Int']['input']>;\n id?: InputMaybe<Scalars['ID']['input']>;\n includeMiniGames?: InputMaybe<Scalars['Boolean']['input']>;\n learningObjectiveId?: InputMaybe<Scalars['ID']['input']>;\n miniGameAssessmentQuestionCount?: InputMaybe<Scalars['Int']['input']>;\n miniGameId?: InputMaybe<Scalars['ID']['input']>;\n numOfQuestions?: InputMaybe<Scalars['Int']['input']>;\n order?: InputMaybe<Scalars['Float']['input']>;\n questionsType?: InputMaybe<Scalars['String']['input']>;\n randomQuestionOrder?: InputMaybe<Scalars['Boolean']['input']>;\n standardId?: InputMaybe<Scalars['String']['input']>;\n subjectId?: InputMaybe<Scalars['ID']['input']>;\n type?: InputMaybe<Scalars['String']['input']>;\n videoId?: InputMaybe<Scalars['ID']['input']>;\n};\n\nexport type ActivityQuestion = {\n __typename?: 'ActivityQuestion';\n groupingId?: Maybe<Scalars['String']['output']>;\n id?: Maybe<Scalars['ID']['output']>;\n order?: Maybe<Scalars['Float']['output']>;\n question?: Maybe<Question>;\n};\n\nexport type ActivityV2 = {\n __typename?: 'ActivityV2';\n assessment?: Maybe<Assessment>;\n assessmentId?: Maybe<Scalars['ID']['output']>;\n availableMiniGames?: Maybe<Array<Maybe<GameAlignment>>>;\n awakeningActivity?: Maybe<AwakeningActivity>;\n durationInMinutes?: Maybe<Scalars['Int']['output']>;\n gameId?: Maybe<Scalars['ID']['output']>;\n id?: Maybe<Scalars['ID']['output']>;\n includeMiniGames?: Maybe<Scalars['Boolean']['output']>;\n learningObjective?: Maybe<LearningObjective>;\n learningObjectiveId?: Maybe<Scalars['ID']['output']>;\n miniGame?: Maybe<Game>;\n miniGameAssessmentQuestionCount?: Maybe<Scalars['Int']['output']>;\n miniGameId?: Maybe<Scalars['ID']['output']>;\n numOfQuestions?: Maybe<Scalars['Int']['output']>;\n order?: Maybe<Scalars['Float']['output']>;\n percentCorrect?: Maybe<Scalars['Float']['output']>;\n playerActivities?: Maybe<Array<Maybe<PlayerActivity>>>;\n questions?: Maybe<Array<Maybe<ActivityQuestion>>>;\n questionsType?: Maybe<Scalars['String']['output']>;\n randomQuestionOrder?: Maybe<Scalars['Boolean']['output']>;\n standard?: Maybe<Scalars['String']['output']>;\n subjectId?: Maybe<Scalars['ID']['output']>;\n totalAnswered?: Maybe<Scalars['Int']['output']>;\n totalCorrectlyAnswered?: Maybe<Scalars['Int']['output']>;\n type?: Maybe<Scalars['String']['output']>;\n video?: Maybe<Video>;\n};\n\nexport type Answer = {\n __typename?: 'Answer';\n answer?: Maybe<Scalars['String']['output']>;\n choiceNum?: Maybe<Scalars['Int']['output']>;\n explanation?: Maybe<AnswerExplanation>;\n id?: Maybe<Scalars['ID']['output']>;\n isCorrect?: Maybe<Scalars['Boolean']['output']>;\n};\n\nexport type AnswerExplanation = {\n __typename?: 'AnswerExplanation';\n answerId?: Maybe<Scalars['ID']['output']>;\n explanation?: Maybe<Scalars['String']['output']>;\n id?: Maybe<Scalars['ID']['output']>;\n};\n\nexport type AnswerQuestionResponse = {\n __typename?: 'AnswerQuestionResponse';\n answer?: Maybe<PlayerActivityAnswer>;\n play?: Maybe<AssignmentPlay>;\n};\n\nexport type Assessment = {\n __typename?: 'Assessment';\n activitySummary?: Maybe<Scalars['String']['output']>;\n durationInMinutes?: Maybe<Scalars['String']['output']>;\n id?: Maybe<Scalars['ID']['output']>;\n mode?: Maybe<Scalars['String']['output']>;\n name?: Maybe<Scalars['String']['output']>;\n status?: Maybe<Scalars['String']['output']>;\n visibility?: Maybe<Scalars['String']['output']>;\n};\n\nexport type Assignment = {\n __typename?: 'Assignment';\n activities?: Maybe<Array<Maybe<Activity>>>;\n assignmentSetAssignment?: Maybe<Assignment>;\n assignmentSetAssignmentLink?: Maybe<AssignmentSetAssignment>;\n endTime?: Maybe<Scalars['DateTime']['output']>;\n id?: Maybe<Scalars['ID']['output']>;\n imageUrl?: Maybe<Scalars['String']['output']>;\n initialLearningObjective?: Maybe<LearningObjective>;\n name?: Maybe<Scalars['String']['output']>;\n ownedBy?: Maybe<AssignmentOwnershipType>;\n playerAssignments?: Maybe<Array<Maybe<PlayerAssignment>>>;\n startTime?: Maybe<Scalars['DateTime']['output']>;\n};\n\nexport enum AssignmentOwnershipType {\n /** Assignments created by the district and teacher */\n All = 'ALL',\n /** Assignments created by the district */\n District = 'DISTRICT',\n /** Assignments created by the teacher */\n Teacher = 'TEACHER'\n}\n\nexport type AssignmentPlay = {\n __typename?: 'AssignmentPlay';\n assignmentMode?: Maybe<Scalars['String']['output']>;\n completed: Scalars['Boolean']['output'];\n currentStep?: Maybe<AssignmentPlayStep>;\n id?: Maybe<Scalars['ID']['output']>;\n name?: Maybe<Scalars['String']['output']>;\n paused: Scalars['Boolean']['output'];\n questions?: Maybe<Array<Maybe<Question>>>;\n steps?: Maybe<Array<Maybe<AssignmentPlayStep>>>;\n stopped: Scalars['Boolean']['output'];\n};\n\nexport type AssignmentPlayStep = {\n __typename?: 'AssignmentPlayStep';\n activity?: Maybe<Activity>;\n completed: Scalars['Boolean']['output'];\n gameframeAttrs?: Maybe<GameframeAttrs>;\n id?: Maybe<Scalars['ID']['output']>;\n miniGameState?: Maybe<Scalars['Json']['output']>;\n nextQuestion?: Maybe<ActivityQuestion>;\n order: Scalars['Int']['output'];\n playerActivity?: Maybe<PlayerActivity>;\n playerActivityId?: Maybe<Scalars['ID']['output']>;\n progress?: Maybe<Scalars['Int']['output']>;\n /** Questions added to the activity that were not answered yet */\n remainingQuestions?: Maybe<Array<Maybe<ActivityQuestion>>>;\n reward?: Maybe<ClassroomReward>;\n rewardId?: Maybe<Scalars['ID']['output']>;\n stages?: Maybe<Array<Maybe<AssignmentPlayStepStage>>>;\n type: PlayStepType;\n};\n\nexport type AssignmentPlayStepStage = {\n __typename?: 'AssignmentPlayStepStage';\n completed: Scalars['Boolean']['output'];\n id: Scalars['ID']['output'];\n name: Scalars['String']['output'];\n};\n\nexport type AssignmentSetAssignment = {\n __typename?: 'AssignmentSetAssignment';\n assignmentSetId?: Maybe<Scalars['ID']['output']>;\n order?: Maybe<Scalars['Float']['output']>;\n};\n\nexport type AssignmentV2 = {\n __typename?: 'AssignmentV2';\n activities?: Maybe<Array<Maybe<ActivityV2>>>;\n endTime?: Maybe<Scalars['DateTime']['output']>;\n id?: Maybe<Scalars['ID']['output']>;\n initialLearningObjective?: Maybe<LearningObjective>;\n initialLearningObjectiveId?: Maybe<Scalars['ID']['output']>;\n mode?: Maybe<Scalars['String']['output']>;\n startTime?: Maybe<Scalars['DateTime']['output']>;\n status?: Maybe<Scalars['String']['output']>;\n stoppedAt?: Maybe<Scalars['DateTime']['output']>;\n};\n\nexport type AwakeningActivity = {\n __typename?: 'AwakeningActivity';\n id?: Maybe<Scalars['ID']['output']>;\n playDurationSeconds?: Maybe<Scalars['Int']['output']>;\n type?: Maybe<Scalars['String']['output']>;\n};\n\nexport type ClassroomReward = {\n __typename?: 'ClassroomReward';\n activityId?: Maybe<Scalars['ID']['output']>;\n amount?: Maybe<Scalars['Int']['output']>;\n assignmentId?: Maybe<Scalars['ID']['output']>;\n collectedAt?: Maybe<Scalars['DateTime']['output']>;\n createdAt?: Maybe<Scalars['DateTime']['output']>;\n currency?: Maybe<Scalars['String']['output']>;\n id?: Maybe<Scalars['ID']['output']>;\n order?: Maybe<Scalars['Int']['output']>;\n quantity?: Maybe<Scalars['Int']['output']>;\n total?: Maybe<Scalars['Int']['output']>;\n type?: Maybe<Scalars['String']['output']>;\n updatedAt?: Maybe<Scalars['DateTime']['output']>;\n userId?: Maybe<Scalars['ID']['output']>;\n};\n\n/** Client runtime input object */\nexport type CrtInput = {\n /** Amount of time(in ms) since the play started on the client */\n time?: InputMaybe<Scalars['Int']['input']>;\n /** Client timezone offset in minutes */\n tz?: InputMaybe<Scalars['Int']['input']>;\n};\n\nexport type Domain = {\n __typename?: 'Domain';\n id?: Maybe<Scalars['ID']['output']>;\n name?: Maybe<Scalars['String']['output']>;\n order?: Maybe<Scalars['Float']['output']>;\n topics?: Maybe<TopicList>;\n};\n\nexport type FeatureFlagVariant = {\n __typename?: 'FeatureFlagVariant';\n name: Scalars['String']['output'];\n value: Scalars['String']['output'];\n};\n\nexport type FluencyFact = {\n __typename?: 'FluencyFact';\n a: Scalars['Int']['output'];\n b: Scalars['Int']['output'];\n op: FluencyFactOperation;\n};\n\nexport enum FluencyFactOperation {\n /** a + b */\n Add = 'ADD',\n /** a / b */\n Div = 'DIV',\n /** a * b */\n Mul = 'MUL',\n /** a - b */\n Sub = 'SUB'\n}\n\nexport type FluencyFactProgressStatus = {\n __typename?: 'FluencyFactProgressStatus';\n a: Scalars['Int']['output'];\n b: Scalars['Int']['output'];\n op: FluencyFactOperation;\n status: FluencyFactProgressStatusType;\n};\n\nexport enum FluencyFactProgressStatusType {\n /** Fluent in the fact */\n Fluent = 'FLUENT',\n /** Assessed but not fluent in the fact */\n NotFluent = 'NOT_FLUENT',\n /** The fact has not yet been assessed */\n Unassessed = 'UNASSESSED'\n}\n\nexport type FluencyFocus = {\n __typename?: 'FluencyFocus';\n assessedFactsCount: Scalars['Int']['output'];\n completeFluencySessionsCount: Scalars['Int']['output'];\n fluencyGainFactsCount: Scalars['Int']['output'];\n fluentFactsCount: Scalars['Int']['output'];\n focus: FluencyFocusType;\n id?: Maybe<Scalars['ID']['output']>;\n initialAssessmentFluentFactsCount: Scalars['Int']['output'];\n instructorUser: FluencyInstructor;\n lastFluencyTrialTime?: Maybe<Scalars['DateTime']['output']>;\n playerUser: FluencyPlayer;\n playerUserId: Scalars['ID']['output'];\n totalFactsCount: Scalars['Int']['output'];\n totalFluencySessionsCount: Scalars['Int']['output'];\n totalUsageTimeMs: Scalars['Int']['output'];\n};\n\nexport enum FluencyFocusInputType {\n /** Addition and subtraction from 0 - 5 */\n Add5 = 'ADD5',\n /** Addition and subtraction from 0 - 9 */\n Add9 = 'ADD9',\n /** Addition and subtraction from 0 - 10 */\n Add10 = 'ADD10',\n /** Multiplication and division from 0 - 9 */\n Mul9 = 'MUL9',\n /** Multiplication and division from 0 - 10 */\n Mul10 = 'MUL10',\n /** Multiplication and division from 0 - 10 */\n Mul12 = 'MUL12',\n /** Unassign fluency */\n None = 'NONE'\n}\n\nexport type FluencyFocusList = {\n __typename?: 'FluencyFocusList';\n entries?: Maybe<Array<Maybe<FluencyFocus>>>;\n pageNumber?: Maybe<Scalars['Int']['output']>;\n pageSize?: Maybe<Scalars['Int']['output']>;\n totalEntries?: Maybe<Scalars['Int']['output']>;\n totalPages?: Maybe<Scalars['Int']['output']>;\n};\n\nexport enum FluencyFocusType {\n /** Addition and subtraction from 0 - 5 */\n Add5 = 'ADD5',\n /** Addition and subtraction from 0 - 9 */\n Add9 = 'ADD9',\n /** Addition and subtraction from 0 - 10 */\n Add10 = 'ADD10',\n /** Multiplication and division from 0 - 9 */\n Mul9 = 'MUL9',\n /** Multiplication and division from 0 - 10 */\n Mul10 = 'MUL10',\n /** Multiplication and division from 0 - 10 */\n Mul12 = 'MUL12'\n}\n\nexport type FluencyInstructor = {\n __typename?: 'FluencyInstructor';\n firstName?: Maybe<Scalars['String']['output']>;\n id?: Maybe<Scalars['ID']['output']>;\n lastName?: Maybe<Scalars['String']['output']>;\n playerAvatar?: Maybe<PlayerAvatar>;\n};\n\nexport type FluencyPlayer = {\n __typename?: 'FluencyPlayer';\n currentSignInAt?: Maybe<Scalars['NaiveDateTime']['output']>;\n fluencySessions?: Maybe<Array<Maybe<FluencySession>>>;\n id?: Maybe<Scalars['ID']['output']>;\n student?: Maybe<FluencyStudent>;\n};\n\n\nexport type FluencyPlayerFluencySessionsArgs = {\n filter?: InputMaybe<FluencySessionFilter>;\n};\n\nexport type FluencySession = {\n __typename?: 'FluencySession';\n blueLightPercent: Scalars['Int']['output'];\n id: Scalars['ID']['output'];\n masteredTargetFactsCount: Scalars['Int']['output'];\n startTime: Scalars['DateTime']['output'];\n totalTargetFactsCount: Scalars['Int']['output'];\n};\n\n/** An activity for a fluency session */\nexport type FluencySessionActivity = FluencySessionAssess | FluencySessionEstablish | FluencySessionPractice;\n\nexport type FluencySessionAssess = {\n __typename?: 'FluencySessionAssess';\n facts?: Maybe<Array<FluencyFact>>;\n};\n\nexport type FluencySessionEstablish = {\n __typename?: 'FluencySessionEstablish';\n concept: FluencySessionInstructionConcept;\n factFamilies?: Maybe<Array<Array<FluencyFact>>>;\n facts?: Maybe<Array<FluencyFact>>;\n targetFacts?: Maybe<Array<FluencyFact>>;\n};\n\nexport type FluencySessionFilter = {\n startTimeAfter?: InputMaybe<Scalars['DateTime']['input']>;\n};\n\nexport enum FluencySessionInstructionConcept {\n /** Fact family addition */\n Addition = 'ADDITION',\n /** Add 10 */\n AddTen = 'ADD_TEN',\n /** Add 0 */\n AddZero = 'ADD_ZERO',\n /** Addition doubles. E.g. 2+2 and 3+3 */\n Double = 'DOUBLE',\n /** Fact family multiplication */\n Multiplication = 'MULTIPLICATION',\n /** No concept */\n None = 'NONE',\n /** Squares. E.g. 2*2 and 3*3 */\n Square = 'SQUARE',\n /** Multiplication by 11 */\n TimesEleven = 'TIMES_ELEVEN',\n /** Multiplication by 10 */\n TimesTen = 'TIMES_TEN',\n /** Multiplication by 2 */\n TimesTwo = 'TIMES_TWO',\n /** Multiplication by 0 */\n TimesZero = 'TIMES_ZERO'\n}\n\nexport type FluencySessionPractice = {\n __typename?: 'FluencySessionPractice';\n facts?: Maybe<Array<FluencyFact>>;\n targetFacts?: Maybe<Array<FluencyFact>>;\n};\n\nexport enum FluencySessionStageType {\n /** Initial assessment for the fluency session */\n Assess = 'ASSESS',\n /** Establishment of the target facts */\n Establish = 'ESTABLISH',\n /** Practice game play */\n Practice = 'PRACTICE'\n}\n\nexport type FluencyStudent = {\n __typename?: 'FluencyStudent';\n firstName?: Maybe<Scalars['String']['output']>;\n id?: Maybe<Scalars['ID']['output']>;\n lastInitial?: Maybe<Scalars['String']['output']>;\n lastName?: Maybe<Scalars['String']['output']>;\n username?: Maybe<Scalars['String']['output']>;\n};\n\nexport type FluencyTrialInput = {\n a: Scalars['Int']['input'];\n answer?: InputMaybe<Scalars['Int']['input']>;\n b: Scalars['Int']['input'];\n inputLatencyMs: Scalars['Int']['input'];\n latencyMs: Scalars['Int']['input'];\n op: FluencyFactOperation;\n startTime: Scalars['DateTime']['input'];\n};\n\nexport type FocusPath = {\n __typename?: 'FocusPath';\n currentTopicIndex?: Maybe<Scalars['Int']['output']>;\n domain?: Maybe<Domain>;\n topics?: Maybe<TopicList>;\n type?: Maybe<Scalars['String']['output']>;\n};\n\nexport type Game = {\n __typename?: 'Game';\n contentType?: Maybe<Scalars['String']['output']>;\n description?: Maybe<Scalars['String']['output']>;\n estimatedDuration?: Maybe<Scalars['Int']['output']>;\n game?: Maybe<Scalars['String']['output']>;\n id?: Maybe<Scalars['ID']['output']>;\n image?: Maybe<Scalars['String']['output']>;\n instructions?: Maybe<Scalars['String']['output']>;\n learningObjectiveId?: Maybe<Scalars['ID']['output']>;\n lexileLevel?: Maybe<Scalars['Int']['output']>;\n multiLanguage?: Maybe<Scalars['Boolean']['output']>;\n pdfUrl?: Maybe<Scalars['String']['output']>;\n questionGame?: Maybe<Scalars['Boolean']['output']>;\n savesProgress?: Maybe<Scalars['Boolean']['output']>;\n shortName?: Maybe<Scalars['String']['output']>;\n /** Presigned URL for VTT subtitle file, if available */\n subtitleUrl?: Maybe<Scalars['String']['output']>;\n supportsIpad?: Maybe<Scalars['Boolean']['output']>;\n supportsTts?: Maybe<Scalars['Boolean']['output']>;\n teacherFacingPdfUrl?: Maybe<Scalars['String']['output']>;\n type?: Maybe<Scalars['String']['output']>;\n videoPreviewUrl?: Maybe<Scalars['String']['output']>;\n vocabulary?: Maybe<Scalars['String']['output']>;\n};\n\nexport type GameAlignment = {\n __typename?: 'GameAlignment';\n game?: Maybe<Game>;\n gameId?: Maybe<Scalars['ID']['output']>;\n learningObjective?: Maybe<LearningObjective>;\n learningObjectiveId?: Maybe<Scalars['ID']['output']>;\n};\n\nexport type GameLanguage = {\n __typename?: 'GameLanguage';\n id?: Maybe<Scalars['ID']['output']>;\n languageCode?: Maybe<Scalars['String']['output']>;\n phrases?: Maybe<Array<Maybe<KeyValue>>>;\n};\n\nexport type GamePerformanceBucket = {\n __typename?: 'GamePerformanceBucket';\n cpuBucket?: Maybe<Scalars['Int']['output']>;\n expectedLoadTimeSec?: Maybe<Scalars['Int']['output']>;\n id?: Maybe<Scalars['ID']['output']>;\n};\n\nexport type GameVersion = {\n __typename?: 'GameVersion';\n acceptedAt?: Maybe<Scalars['DateTime']['output']>;\n apiVersion?: Maybe<Scalars['String']['output']>;\n createdAt?: Maybe<Scalars['DateTime']['output']>;\n gameId?: Maybe<Scalars['ID']['output']>;\n gameType?: Maybe<Scalars['String']['output']>;\n id?: Maybe<Scalars['ID']['output']>;\n languageKey?: Maybe<Scalars['String']['output']>;\n releaseNotes?: Maybe<Scalars['String']['output']>;\n url?: Maybe<Scalars['String']['output']>;\n};\n\nexport type GameframeAttrs = {\n __typename?: 'GameframeAttrs';\n gameLanguage?: Maybe<GameLanguage>;\n gamePerformance?: Maybe<Array<Maybe<GamePerformanceBucket>>>;\n id?: Maybe<Scalars['ID']['output']>;\n url?: Maybe<Scalars['String']['output']>;\n};\n\nexport type Globals = {\n __typename?: 'Globals';\n progression?: Maybe<GlobalsProgression>;\n};\n\nexport type GlobalsMastery = {\n __typename?: 'GlobalsMastery';\n minimumMasteryScore?: Maybe<Scalars['Int']['output']>;\n minimumQuestionsAnswered?: Maybe<Scalars['Int']['output']>;\n};\n\nexport type GlobalsProgression = {\n __typename?: 'GlobalsProgression';\n defaultNumberOfReviewQuestions?: Maybe<Scalars['Int']['output']>;\n mastery?: Maybe<GlobalsMastery>;\n};\n\nexport type Group = {\n __typename?: 'Group';\n assignments?: Maybe<Array<Assignment>>;\n color?: Maybe<Scalars['String']['output']>;\n id?: Maybe<Scalars['ID']['output']>;\n name?: Maybe<Scalars['String']['output']>;\n};\n\nexport type GroupList = {\n __typename?: 'GroupList';\n entries?: Maybe<Array<Maybe<Group>>>;\n pageNumber?: Maybe<Scalars['Int']['output']>;\n pageSize?: Maybe<Scalars['Int']['output']>;\n totalEntries?: Maybe<Scalars['Int']['output']>;\n totalPages?: Maybe<Scalars['Int']['output']>;\n};\n\nexport type InviteParentToConnectMutationResult = {\n __typename?: 'InviteParentToConnectMutationResult';\n id?: Maybe<Scalars['ID']['output']>;\n};\n\nexport type KeyValue = {\n __typename?: 'KeyValue';\n k?: Maybe<Scalars['String']['output']>;\n v?: Maybe<Scalars['String']['output']>;\n};\n\nexport type KeyValueBool = {\n __typename?: 'KeyValueBool';\n k?: Maybe<Scalars['String']['output']>;\n v?: Maybe<Scalars['Boolean']['output']>;\n};\n\nexport type KeyValueInput = {\n k?: InputMaybe<Scalars['String']['input']>;\n v?: InputMaybe<Scalars['String']['input']>;\n};\n\nexport type LearningObjective = {\n __typename?: 'LearningObjective';\n description?: Maybe<Scalars['String']['output']>;\n domains?: Maybe<Array<Maybe<Domain>>>;\n id?: Maybe<Scalars['ID']['output']>;\n imageKey?: Maybe<Scalars['String']['output']>;\n learningObjective?: Maybe<Scalars['String']['output']>;\n name?: Maybe<Scalars['String']['output']>;\n ngssDciName?: Maybe<Scalars['String']['output']>;\n standardCode?: Maybe<Scalars['String']['output']>;\n subject?: Maybe<Subject>;\n};\n\nexport type ModeParams = {\n mathBasecamp?: InputMaybe<Scalars['Boolean']['input']>;\n subjectArea?: InputMaybe<Scalars['String']['input']>;\n teacherUserId?: InputMaybe<Scalars['ID']['input']>;\n};\n\nexport enum PlayStepType {\n Assessment = 'ASSESSMENT',\n AwakeningActivity = 'AWAKENING_ACTIVITY',\n Exit = 'EXIT',\n HandsOn = 'HANDS_ON',\n MiniGame = 'MINI_GAME',\n Rewards = 'REWARDS',\n Video = 'VIDEO',\n VideoLesson = 'VIDEO_LESSON'\n}\n\nexport type PlayerActivity = {\n __typename?: 'PlayerActivity';\n completedAt?: Maybe<Scalars['DateTime']['output']>;\n gameplay?: Maybe<PlayerActivityGameplay>;\n id?: Maybe<Scalars['ID']['output']>;\n isComplete?: Maybe<Scalars['Boolean']['output']>;\n totalPlaytimeSec?: Maybe<Scalars['Int']['output']>;\n type?: Maybe<Scalars['String']['output']>;\n};\n\nexport type PlayerActivityAnswer = {\n __typename?: 'PlayerActivityAnswer';\n answerId?: Maybe<Scalars['ID']['output']>;\n answersMap?: Maybe<Array<Maybe<KeyValue>>>;\n answersMapGraded?: Maybe<Array<Maybe<KeyValueBool>>>;\n assignmentActivityQuestionId?: Maybe<Scalars['ID']['output']>;\n id?: Maybe<Scalars['ID']['output']>;\n isCorrect?: Maybe<Scalars['Boolean']['output']>;\n question?: Maybe<Question>;\n questionId?: Maybe<Scalars['ID']['output']>;\n questionScoreCard?: Maybe<Array<Maybe<KeyValue>>>;\n};\n\nexport type PlayerActivityGameplay = {\n __typename?: 'PlayerActivityGameplay';\n completedAt?: Maybe<Scalars['DateTime']['output']>;\n gameRating?: Maybe<Scalars['Int']['output']>;\n id?: Maybe<Scalars['ID']['output']>;\n maxProgress?: Maybe<Scalars['Int']['output']>;\n progress?: Maybe<Scalars['Int']['output']>;\n progressedAt?: Maybe<Scalars['DateTime']['output']>;\n score?: Maybe<Scalars['Int']['output']>;\n startedAt?: Maybe<Scalars['DateTime']['output']>;\n videoCurrentTimeSec?: Maybe<Scalars['Int']['output']>;\n videoFarthestTimeSec?: Maybe<Scalars['Int']['output']>;\n};\n\nexport type PlayerAssignment = {\n __typename?: 'PlayerAssignment';\n endTime?: Maybe<Scalars['DateTime']['output']>;\n id?: Maybe<Scalars['ID']['output']>;\n isComplete?: Maybe<Scalars['Boolean']['output']>;\n playerActivities?: Maybe<Array<PlayerActivity>>;\n};\n\nexport type PlayerAvatar = {\n __typename?: 'PlayerAvatar';\n headshotImageUrl?: Maybe<Scalars['String']['output']>;\n id?: Maybe<Scalars['ID']['output']>;\n version?: Maybe<Scalars['String']['output']>;\n};\n\nexport type PlayerGroupsFilter = {\n ids?: InputMaybe<Array<Scalars['ID']['input']>>;\n};\n\nexport type Progression = {\n __typename?: 'Progression';\n currentPath?: Maybe<FocusPath>;\n currentTopic?: Maybe<Topic>;\n domainMastery?: Maybe<Array<Maybe<Domain>>>;\n};\n\n\nexport type ProgressionDomainMasteryArgs = {\n domainId?: InputMaybe<Scalars['ID']['input']>;\n};\n\nexport type Question = {\n __typename?: 'Question';\n answers?: Maybe<Array<Maybe<Answer>>>;\n correctAnswerId?: Maybe<Scalars['ID']['output']>;\n depthOfKnowledge?: Maybe<Scalars['Int']['output']>;\n explanation?: Maybe<QuestionExplanation>;\n format?: Maybe<Scalars['String']['output']>;\n id?: Maybe<Scalars['ID']['output']>;\n imageKey?: Maybe<Scalars['String']['output']>;\n layout?: Maybe<Scalars['String']['output']>;\n question?: Maybe<Scalars['String']['output']>;\n scoreCard?: Maybe<Array<Maybe<KeyValue>>>;\n subjectArea?: Maybe<Scalars['String']['output']>;\n type?: Maybe<Scalars['String']['output']>;\n};\n\nexport type QuestionExplanation = {\n __typename?: 'QuestionExplanation';\n explanation?: Maybe<Scalars['String']['output']>;\n id?: Maybe<Scalars['ID']['output']>;\n questionId?: Maybe<Scalars['ID']['output']>;\n};\n\nexport type RootMutationType = {\n __typename?: 'RootMutationType';\n /** Initiates the playtime for a given player activity */\n activateActivity?: Maybe<Scalars['Boolean']['output']>;\n answerQuestion?: Maybe<AnswerQuestionResponse>;\n /** Push prerequisites onto the focus task stack for the current focus */\n applyPrerequisites?: Maybe<User>;\n /** Update the current user's domain to a new random domain or the specified one */\n changeDomain?: Maybe<User>;\n collectRewards?: Maybe<AssignmentPlay>;\n completeActivity?: Maybe<AssignmentPlay>;\n /** Completes an assessment activity, this will likely be at the review questions screen */\n completeAssessment?: Maybe<AssignmentPlay>;\n /** Complete the gameplay for a given mini game, this is not the same as completing the activity. */\n completeMiniGamePlay?: Maybe<AssignmentPlay>;\n /** Create assignment */\n createAssignment?: Maybe<AssignmentV2>;\n /** Generates an access token for Awakening native mobile client deep link to share a session */\n createAwakeningDeepLinkToken?: Maybe<Scalars['String']['output']>;\n /** Creates a player activity for an awakening activity step in basic mode. Returns the player_activity_id. This is isolated from existing tracking code and only used by the basic game player. */\n createAwakeningPlayerActivity?: Maybe<Scalars['ID']['output']>;\n /** Send email invitation to parent for a given player */\n inviteParentToConnect?: Maybe<InviteParentToConnectMutationResult>;\n joinTeacher?: Maybe<Teacher>;\n leaveTeacher?: Maybe<Teacher>;\n putFluencyTrials?: Maybe<FluencySession>;\n /** Rate a mini game and complete the activity */\n rateMiniGame?: Maybe<AssignmentPlay>;\n /** Activates a play client on page load. This is used to initiate the client runtime to support heartbeats. */\n registerClient?: Maybe<Scalars['String']['output']>;\n reportHandsOnProgress?: Maybe<AssignmentPlay>;\n reportMiniGameProgress?: Maybe<AssignmentPlay>;\n reportVideoLessonProgress?: Maybe<AssignmentPlay>;\n restartFluencySession?: Maybe<FluencySession>;\n saveMiniGameState?: Maybe<AssignmentPlay>;\n /** Heartbeats sent from the client to track user playtime and focus. */\n sendHeartbeat?: Maybe<Scalars['Boolean']['output']>;\n /** Sets mode of play, enabling learning objective progression */\n setMode?: Maybe<Scalars['Boolean']['output']>;\n updateSelfFluencyFocus?: Maybe<Array<FluencyFocus>>;\n};\n\n\nexport type RootMutationTypeActivateActivityArgs = {\n crt?: InputMaybe<CrtInput>;\n playerActivityId: Scalars['ID']['input'];\n rte?: InputMaybe<RuntimeEventInput>;\n ui?: InputMaybe<UiInput>;\n};\n\n\nexport type RootMutationTypeAnswerQuestionArgs = {\n activityQuestionId: Scalars['ID']['input'];\n answerId?: InputMaybe<Scalars['ID']['input']>;\n answersMap?: InputMaybe<Array<InputMaybe<KeyValueInput>>>;\n playerActivityId: Scalars['ID']['input'];\n};\n\n\nexport type RootMutationTypeApplyPrerequisitesArgs = {\n loIds?: InputMaybe<Array<InputMaybe<Scalars['ID']['input']>>>;\n};\n\n\nexport type RootMutationTypeChangeDomainArgs = {\n domainId?: InputMaybe<Scalars['ID']['input']>;\n};\n\n\nexport type RootMutationTypeCollectRewardsArgs = {\n rewardId: Scalars['ID']['input'];\n};\n\n\nexport type RootMutationTypeCompleteActivityArgs = {\n playerActivityId: Scalars['ID']['input'];\n skip?: InputMaybe<Scalars['Boolean']['input']>;\n};\n\n\nexport type RootMutationTypeCompleteAssessmentArgs = {\n playerActivityId: Scalars['ID']['input'];\n};\n\n\nexport type RootMutationTypeCompleteMiniGamePlayArgs = {\n playerActivityId: Scalars['ID']['input'];\n};\n\n\nexport type RootMutationTypeCreateAssignmentArgs = {\n activities: Array<InputMaybe<ActivityInputV2>>;\n autoStart?: InputMaybe<Scalars['Boolean']['input']>;\n description?: InputMaybe<Scalars['String']['input']>;\n durationDays?: InputMaybe<Scalars['Int']['input']>;\n endTime?: InputMaybe<Scalars['DateTime']['input']>;\n initialLearningObjectiveId?: InputMaybe<Scalars['ID']['input']>;\n mode: Scalars['String']['input'];\n name?: InputMaybe<Scalars['String']['input']>;\n startTime?: InputMaybe<Scalars['DateTime']['input']>;\n};\n\n\nexport type RootMutationTypeCreateAwakeningPlayerActivityArgs = {\n stepId: Scalars['ID']['input'];\n};\n\n\nexport type RootMutationTypeInviteParentToConnectArgs = {\n email: Scalars['String']['input'];\n};\n\n\nexport type RootMutationTypeJoinTeacherArgs = {\n teacherCode: Scalars['String']['input'];\n};\n\n\nexport type RootMutationTypeLeaveTeacherArgs = {\n teacherCode: Scalars['String']['input'];\n};\n\n\nexport type RootMutationTypePutFluencyTrialsArgs = {\n instructorUserId: Scalars['ID']['input'];\n stage: FluencySessionStageType;\n trials?: InputMaybe<Array<FluencyTrialInput>>;\n};\n\n\nexport type RootMutationTypeRateMiniGameArgs = {\n playerActivityId: Scalars['ID']['input'];\n rating?: InputMaybe<Scalars['Int']['input']>;\n};\n\n\nexport type RootMutationTypeRegisterClientArgs = {\n assignmentId?: InputMaybe<Scalars['ID']['input']>;\n awkClientSetsMode?: InputMaybe<Scalars['Boolean']['input']>;\n};\n\n\nexport type RootMutationTypeReportHandsOnProgressArgs = {\n maxProgress: Scalars['Int']['input'];\n playerActivityId: Scalars['ID']['input'];\n progress: Scalars['Int']['input'];\n score?: InputMaybe<Scalars['Int']['input']>;\n};\n\n\nexport type RootMutationTypeReportMiniGameProgressArgs = {\n maxProgress: Scalars['Int']['input'];\n playerActivityId: Scalars['ID']['input'];\n progress: Scalars['Int']['input'];\n score?: InputMaybe<Scalars['Int']['input']>;\n};\n\n\nexport type RootMutationTypeReportVideoLessonProgressArgs = {\n durationSec: Scalars['Int']['input'];\n playerActivityId: Scalars['ID']['input'];\n videoCurrentTimeSec: Scalars['Int']['input'];\n};\n\n\nexport type RootMutationTypeRestartFluencySessionArgs = {\n instructorUserId: Scalars['ID']['input'];\n};\n\n\nexport type RootMutationTypeSaveMiniGameStateArgs = {\n playerActivityId: Scalars['ID']['input'];\n state: Scalars['Json']['input'];\n};\n\n\nexport type RootMutationTypeSendHeartbeatArgs = {\n crt?: InputMaybe<CrtInput>;\n playerActivityId: Scalars['ID']['input'];\n rte?: InputMaybe<RuntimeEventInput>;\n ui?: InputMaybe<UiInput>;\n};\n\n\nexport type RootMutationTypeSetModeArgs = {\n params?: InputMaybe<ModeParams>;\n};\n\n\nexport type RootMutationTypeUpdateSelfFluencyFocusArgs = {\n focus: FluencyFocusInputType;\n};\n\nexport type RootQueryType = {\n __typename?: 'RootQueryType';\n activityAnswers?: Maybe<Array<Maybe<PlayerActivityAnswer>>>;\n assignmentPlay?: Maybe<AssignmentPlay>;\n currentUser?: Maybe<User>;\n fluencyFactProgressStatuses?: Maybe<Array<Maybe<FluencyFactProgressStatus>>>;\n fluencySession?: Maybe<FluencySession>;\n fluencySessionActivity: FluencySessionActivity;\n globals?: Maybe<Globals>;\n listFluencyFocuses?: Maybe<FluencyFocusList>;\n listFocusAreas?: Maybe<TeacherFocusAreasList>;\n listGroups?: Maybe<GroupList>;\n listTeachers?: Maybe<TeacherList>;\n myFeatureFlagVariants?: Maybe<Array<Maybe<FeatureFlagVariant>>>;\n myFeatureFlags?: Maybe<Array<Scalars['String']['output']>>;\n};\n\n\nexport type RootQueryTypeActivityAnswersArgs = {\n playerActivityId: Scalars['ID']['input'];\n};\n\n\nexport type RootQueryTypeAssignmentPlayArgs = {\n assignmentId: Scalars['ID']['input'];\n awakening?: InputMaybe<Scalars['Boolean']['input']>;\n};\n\n\nexport type RootQueryTypeFluencyFactProgressStatusesArgs = {\n fluencyFocus?: InputMaybe<FluencyFocusType>;\n startTimeAfter?: InputMaybe<Scalars['DateTime']['input']>;\n startTimeBefore?: InputMaybe<Scalars['DateTime']['input']>;\n};\n\n\nexport type RootQueryTypeFluencySessionArgs = {\n instructorUserId: Scalars['ID']['input'];\n};\n\n\nexport type RootQueryTypeFluencySessionActivityArgs = {\n instructorUserId: Scalars['ID']['input'];\n};\n\n\nexport type RootQueryTypeListFluencyFocusesArgs = {\n page?: InputMaybe<Scalars['Int']['input']>;\n pageSize?: InputMaybe<Scalars['Int']['input']>;\n};\n\n\nexport type RootQueryTypeListFocusAreasArgs = {\n page?: InputMaybe<Scalars['Int']['input']>;\n pageSize?: InputMaybe<Scalars['Int']['input']>;\n teacherIds?: InputMaybe<Array<InputMaybe<Scalars['ID']['input']>>>;\n teacherUserIds?: InputMaybe<Array<InputMaybe<Scalars['ID']['input']>>>;\n};\n\n\nexport type RootQueryTypeListGroupsArgs = {\n filter?: InputMaybe<PlayerGroupsFilter>;\n page?: InputMaybe<Scalars['Int']['input']>;\n pageSize?: InputMaybe<Scalars['Int']['input']>;\n};\n\n\nexport type RootQueryTypeListTeachersArgs = {\n filterTeacherIds?: InputMaybe<Array<Scalars['ID']['input']>>;\n includeSelf?: InputMaybe<Scalars['Boolean']['input']>;\n page?: InputMaybe<Scalars['Int']['input']>;\n pageSize?: InputMaybe<Scalars['Int']['input']>;\n};\n\nexport type RootSubscriptionType = {\n __typename?: 'RootSubscriptionType';\n activitySkipped?: Maybe<Scalars['Boolean']['output']>;\n assignmentPaused?: Maybe<Scalars['Boolean']['output']>;\n assignmentRestarted?: Maybe<Scalars['Boolean']['output']>;\n assignmentResumed?: Maybe<Scalars['Boolean']['output']>;\n assignmentStopped?: Maybe<Scalars['Boolean']['output']>;\n};\n\n\nexport type RootSubscriptionTypeActivitySkippedArgs = {\n assignmentId: Scalars['ID']['input'];\n};\n\n\nexport type RootSubscriptionTypeAssignmentPausedArgs = {\n assignmentId: Scalars['ID']['input'];\n};\n\n\nexport type RootSubscriptionTypeAssignmentRestartedArgs = {\n assignmentId: Scalars['ID']['input'];\n};\n\n\nexport type RootSubscriptionTypeAssignmentResumedArgs = {\n assignmentId: Scalars['ID']['input'];\n};\n\n\nexport type RootSubscriptionTypeAssignmentStoppedArgs = {\n assignmentId: Scalars['ID']['input'];\n};\n\n/** Runtime event from the client side, generally game load/failed event */\nexport type RuntimeEventInput = {\n browser?: InputMaybe<Scalars['String']['input']>;\n browserVersion?: InputMaybe<Scalars['String']['input']>;\n cpuMeasure?: InputMaybe<Scalars['Int']['input']>;\n device?: InputMaybe<Scalars['String']['input']>;\n errorCount?: InputMaybe<Scalars['Int']['input']>;\n errorMessage?: InputMaybe<Scalars['String']['input']>;\n eventType?: InputMaybe<Scalars['String']['input']>;\n};\n\nexport type Subject = {\n __typename?: 'Subject';\n gradeLevel?: Maybe<Scalars['String']['output']>;\n id?: Maybe<Scalars['ID']['output']>;\n imageKey?: Maybe<Scalars['String']['output']>;\n imageUrl?: Maybe<Scalars['String']['output']>;\n name?: Maybe<Scalars['String']['output']>;\n standard?: Maybe<Scalars['String']['output']>;\n subject?: Maybe<Scalars['String']['output']>;\n subjectArea?: Maybe<Scalars['String']['output']>;\n};\n\nexport type Teacher = {\n __typename?: 'Teacher';\n code?: Maybe<Scalars['String']['output']>;\n familyName?: Maybe<Scalars['String']['output']>;\n givenName?: Maybe<Scalars['String']['output']>;\n id?: Maybe<Scalars['ID']['output']>;\n schoolId?: Maybe<Scalars['ID']['output']>;\n user?: Maybe<TeacherUser>;\n};\n\nexport type TeacherFocusArea = {\n __typename?: 'TeacherFocusArea';\n id?: Maybe<Scalars['ID']['output']>;\n insertedAt?: Maybe<Scalars['DateTime']['output']>;\n learningObjective?: Maybe<LearningObjective>;\n learningObjectiveId?: Maybe<Scalars['ID']['output']>;\n order?: Maybe<Scalars['Int']['output']>;\n teacherUserId?: Maybe<Scalars['ID']['output']>;\n updatedAt?: Maybe<Scalars['DateTime']['output']>;\n};\n\nexport type TeacherFocusAreasList = {\n __typename?: 'TeacherFocusAreasList';\n entries?: Maybe<Array<Maybe<TeacherFocusArea>>>;\n pageNumber?: Maybe<Scalars['Int']['output']>;\n pageSize?: Maybe<Scalars['Int']['output']>;\n totalEntries?: Maybe<Scalars['Int']['output']>;\n totalPages?: Maybe<Scalars['Int']['output']>;\n};\n\nexport type TeacherList = {\n __typename?: 'TeacherList';\n entries?: Maybe<Array<Maybe<Teacher>>>;\n pageNumber?: Maybe<Scalars['Int']['output']>;\n pageSize?: Maybe<Scalars['Int']['output']>;\n totalEntries?: Maybe<Scalars['Int']['output']>;\n totalPages?: Maybe<Scalars['Int']['output']>;\n};\n\nexport type TeacherUser = {\n __typename?: 'TeacherUser';\n createdAssignments?: Maybe<Array<Assignment>>;\n displayName?: Maybe<Scalars['String']['output']>;\n id?: Maybe<Scalars['ID']['output']>;\n joinableCount?: Maybe<Scalars['Int']['output']>;\n playerAvatar?: Maybe<PlayerAvatar>;\n};\n\nexport type Topic = {\n __typename?: 'Topic';\n firstMasteredAt?: Maybe<Scalars['DateTime']['output']>;\n gradeLevel?: Maybe<Scalars['Int']['output']>;\n hasUnmasteredPrerequisites?: Maybe<Scalars['Boolean']['output']>;\n learningObjective?: Maybe<LearningObjective>;\n masteryScore?: Maybe<Scalars['Int']['output']>;\n order?: Maybe<Scalars['Float']['output']>;\n questionsAnswered?: Maybe<Scalars['Int']['output']>;\n remainingQuestions?: Maybe<Scalars['Int']['output']>;\n stars?: Maybe<Scalars['Int']['output']>;\n unmasteredPrerequisites?: Maybe<Array<Maybe<Scalars['ID']['output']>>>;\n};\n\nexport type TopicList = {\n __typename?: 'TopicList';\n entries?: Maybe<Array<Maybe<Topic>>>;\n pageNumber?: Maybe<Scalars['Int']['output']>;\n pageSize?: Maybe<Scalars['Int']['output']>;\n totalEntries?: Maybe<Scalars['Int']['output']>;\n totalPages?: Maybe<Scalars['Int']['output']>;\n};\n\n/** User interaction input object */\nexport type UiInput = {\n /** Focused at */\n fa?: InputMaybe<Scalars['Int']['input']>;\n /** Unfocused at */\n ufa?: InputMaybe<Scalars['Int']['input']>;\n /** Unfocused time in ms */\n uft?: InputMaybe<Scalars['Int']['input']>;\n};\n\nexport type User = {\n __typename?: 'User';\n firstName?: Maybe<Scalars['String']['output']>;\n id?: Maybe<Scalars['ID']['output']>;\n isAfterSchool?: Maybe<Scalars['Boolean']['output']>;\n lastInitial?: Maybe<Scalars['String']['output']>;\n /** Learning progression */\n progression?: Maybe<Progression>;\n studentId?: Maybe<Scalars['ID']['output']>;\n username?: Maybe<Scalars['String']['output']>;\n};\n\nexport type Video = {\n __typename?: 'Video';\n duration?: Maybe<Scalars['Int']['output']>;\n endsAt?: Maybe<Scalars['Int']['output']>;\n id?: Maybe<Scalars['ID']['output']>;\n playDuration?: Maybe<Scalars['Int']['output']>;\n startsAt?: Maybe<Scalars['Int']['output']>;\n thumbnailUrl?: Maybe<Scalars['String']['output']>;\n title: Scalars['String']['output'];\n type?: Maybe<Scalars['String']['output']>;\n url: Scalars['String']['output'];\n};\n"]}
@@ -0,0 +1,96 @@
1
+ // src/generated/play/fragment-masking.ts
2
+ function useFragment(_documentNode, fragmentType) {
3
+ return fragmentType;
4
+ }
5
+ function makeFragmentData(data, _fragment) {
6
+ return data;
7
+ }
8
+ function isFragmentReady(queryNode, fragmentNode, data) {
9
+ const deferredFields = queryNode.__meta__?.deferredFields;
10
+ if (!deferredFields) return true;
11
+ const fragDef = fragmentNode.definitions[0];
12
+ const fragName = fragDef?.name?.value;
13
+ const fields = fragName && deferredFields[fragName] || [];
14
+ return fields.length > 0 && fields.every((field) => data && field in data);
15
+ }
16
+
17
+ // src/generated/play/gql.ts
18
+ var documents = {};
19
+ function graphql(source) {
20
+ return documents[source] ?? {};
21
+ }
22
+
23
+ // src/generated/play/graphql.ts
24
+ var AssignmentOwnershipType = /* @__PURE__ */ ((AssignmentOwnershipType2) => {
25
+ AssignmentOwnershipType2["All"] = "ALL";
26
+ AssignmentOwnershipType2["District"] = "DISTRICT";
27
+ AssignmentOwnershipType2["Teacher"] = "TEACHER";
28
+ return AssignmentOwnershipType2;
29
+ })(AssignmentOwnershipType || {});
30
+ var FluencyFactOperation = /* @__PURE__ */ ((FluencyFactOperation2) => {
31
+ FluencyFactOperation2["Add"] = "ADD";
32
+ FluencyFactOperation2["Div"] = "DIV";
33
+ FluencyFactOperation2["Mul"] = "MUL";
34
+ FluencyFactOperation2["Sub"] = "SUB";
35
+ return FluencyFactOperation2;
36
+ })(FluencyFactOperation || {});
37
+ var FluencyFactProgressStatusType = /* @__PURE__ */ ((FluencyFactProgressStatusType2) => {
38
+ FluencyFactProgressStatusType2["Fluent"] = "FLUENT";
39
+ FluencyFactProgressStatusType2["NotFluent"] = "NOT_FLUENT";
40
+ FluencyFactProgressStatusType2["Unassessed"] = "UNASSESSED";
41
+ return FluencyFactProgressStatusType2;
42
+ })(FluencyFactProgressStatusType || {});
43
+ var FluencyFocusInputType = /* @__PURE__ */ ((FluencyFocusInputType2) => {
44
+ FluencyFocusInputType2["Add5"] = "ADD5";
45
+ FluencyFocusInputType2["Add9"] = "ADD9";
46
+ FluencyFocusInputType2["Add10"] = "ADD10";
47
+ FluencyFocusInputType2["Mul9"] = "MUL9";
48
+ FluencyFocusInputType2["Mul10"] = "MUL10";
49
+ FluencyFocusInputType2["Mul12"] = "MUL12";
50
+ FluencyFocusInputType2["None"] = "NONE";
51
+ return FluencyFocusInputType2;
52
+ })(FluencyFocusInputType || {});
53
+ var FluencyFocusType = /* @__PURE__ */ ((FluencyFocusType2) => {
54
+ FluencyFocusType2["Add5"] = "ADD5";
55
+ FluencyFocusType2["Add9"] = "ADD9";
56
+ FluencyFocusType2["Add10"] = "ADD10";
57
+ FluencyFocusType2["Mul9"] = "MUL9";
58
+ FluencyFocusType2["Mul10"] = "MUL10";
59
+ FluencyFocusType2["Mul12"] = "MUL12";
60
+ return FluencyFocusType2;
61
+ })(FluencyFocusType || {});
62
+ var FluencySessionInstructionConcept = /* @__PURE__ */ ((FluencySessionInstructionConcept2) => {
63
+ FluencySessionInstructionConcept2["Addition"] = "ADDITION";
64
+ FluencySessionInstructionConcept2["AddTen"] = "ADD_TEN";
65
+ FluencySessionInstructionConcept2["AddZero"] = "ADD_ZERO";
66
+ FluencySessionInstructionConcept2["Double"] = "DOUBLE";
67
+ FluencySessionInstructionConcept2["Multiplication"] = "MULTIPLICATION";
68
+ FluencySessionInstructionConcept2["None"] = "NONE";
69
+ FluencySessionInstructionConcept2["Square"] = "SQUARE";
70
+ FluencySessionInstructionConcept2["TimesEleven"] = "TIMES_ELEVEN";
71
+ FluencySessionInstructionConcept2["TimesTen"] = "TIMES_TEN";
72
+ FluencySessionInstructionConcept2["TimesTwo"] = "TIMES_TWO";
73
+ FluencySessionInstructionConcept2["TimesZero"] = "TIMES_ZERO";
74
+ return FluencySessionInstructionConcept2;
75
+ })(FluencySessionInstructionConcept || {});
76
+ var FluencySessionStageType = /* @__PURE__ */ ((FluencySessionStageType2) => {
77
+ FluencySessionStageType2["Assess"] = "ASSESS";
78
+ FluencySessionStageType2["Establish"] = "ESTABLISH";
79
+ FluencySessionStageType2["Practice"] = "PRACTICE";
80
+ return FluencySessionStageType2;
81
+ })(FluencySessionStageType || {});
82
+ var PlayStepType = /* @__PURE__ */ ((PlayStepType2) => {
83
+ PlayStepType2["Assessment"] = "ASSESSMENT";
84
+ PlayStepType2["AwakeningActivity"] = "AWAKENING_ACTIVITY";
85
+ PlayStepType2["Exit"] = "EXIT";
86
+ PlayStepType2["HandsOn"] = "HANDS_ON";
87
+ PlayStepType2["MiniGame"] = "MINI_GAME";
88
+ PlayStepType2["Rewards"] = "REWARDS";
89
+ PlayStepType2["Video"] = "VIDEO";
90
+ PlayStepType2["VideoLesson"] = "VIDEO_LESSON";
91
+ return PlayStepType2;
92
+ })(PlayStepType || {});
93
+
94
+ export { AssignmentOwnershipType, FluencyFactOperation, FluencyFactProgressStatusType, FluencyFocusInputType, FluencyFocusType, FluencySessionInstructionConcept, FluencySessionStageType, PlayStepType, graphql, isFragmentReady, makeFragmentData, useFragment };
95
+ //# sourceMappingURL=index.mjs.map
96
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../src/generated/play/fragment-masking.ts","../../../src/generated/play/gql.ts","../../../src/generated/play/graphql.ts"],"names":["AssignmentOwnershipType","FluencyFactOperation","FluencyFactProgressStatusType","FluencyFocusInputType","FluencyFocusType","FluencySessionInstructionConcept","FluencySessionStageType","PlayStepType"],"mappings":"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","file":"index.mjs","sourcesContent":["/* eslint-disable */\nimport { ResultOf, DocumentTypeDecoration, TypedDocumentNode } from '@graphql-typed-document-node/core';\nimport { FragmentDefinitionNode } from 'graphql';\nimport { Incremental } from './graphql';\n\n\nexport type FragmentType<TDocumentType extends DocumentTypeDecoration<any, any>> = TDocumentType extends DocumentTypeDecoration<\n infer TType,\n any\n>\n ? [TType] extends [{ ' $fragmentName'?: infer TKey }]\n ? TKey extends string\n ? { ' $fragmentRefs'?: { [key in TKey]: TType } }\n : never\n : never\n : never;\n\n// return non-nullable if `fragmentType` is non-nullable\nexport function useFragment<TType>(\n _documentNode: DocumentTypeDecoration<TType, any>,\n fragmentType: FragmentType<DocumentTypeDecoration<TType, any>>\n): TType;\n// return nullable if `fragmentType` is undefined\nexport function useFragment<TType>(\n _documentNode: DocumentTypeDecoration<TType, any>,\n fragmentType: FragmentType<DocumentTypeDecoration<TType, any>> | undefined\n): TType | undefined;\n// return nullable if `fragmentType` is nullable\nexport function useFragment<TType>(\n _documentNode: DocumentTypeDecoration<TType, any>,\n fragmentType: FragmentType<DocumentTypeDecoration<TType, any>> | null\n): TType | null;\n// return nullable if `fragmentType` is nullable or undefined\nexport function useFragment<TType>(\n _documentNode: DocumentTypeDecoration<TType, any>,\n fragmentType: FragmentType<DocumentTypeDecoration<TType, any>> | null | undefined\n): TType | null | undefined;\n// return array of non-nullable if `fragmentType` is array of non-nullable\nexport function useFragment<TType>(\n _documentNode: DocumentTypeDecoration<TType, any>,\n fragmentType: Array<FragmentType<DocumentTypeDecoration<TType, any>>>\n): Array<TType>;\n// return array of nullable if `fragmentType` is array of nullable\nexport function useFragment<TType>(\n _documentNode: DocumentTypeDecoration<TType, any>,\n fragmentType: Array<FragmentType<DocumentTypeDecoration<TType, any>>> | null | undefined\n): Array<TType> | null | undefined;\n// return readonly array of non-nullable if `fragmentType` is array of non-nullable\nexport function useFragment<TType>(\n _documentNode: DocumentTypeDecoration<TType, any>,\n fragmentType: ReadonlyArray<FragmentType<DocumentTypeDecoration<TType, any>>>\n): ReadonlyArray<TType>;\n// return readonly array of nullable if `fragmentType` is array of nullable\nexport function useFragment<TType>(\n _documentNode: DocumentTypeDecoration<TType, any>,\n fragmentType: ReadonlyArray<FragmentType<DocumentTypeDecoration<TType, any>>> | null | undefined\n): ReadonlyArray<TType> | null | undefined;\nexport function useFragment<TType>(\n _documentNode: DocumentTypeDecoration<TType, any>,\n fragmentType: FragmentType<DocumentTypeDecoration<TType, any>> | Array<FragmentType<DocumentTypeDecoration<TType, any>>> | ReadonlyArray<FragmentType<DocumentTypeDecoration<TType, any>>> | null | undefined\n): TType | Array<TType> | ReadonlyArray<TType> | null | undefined {\n return fragmentType as any;\n}\n\n\nexport function makeFragmentData<\n F extends DocumentTypeDecoration<any, any>,\n FT extends ResultOf<F>\n>(data: FT, _fragment: F): FragmentType<F> {\n return data as FragmentType<F>;\n}\nexport function isFragmentReady<TQuery, TFrag>(\n queryNode: DocumentTypeDecoration<TQuery, any>,\n fragmentNode: TypedDocumentNode<TFrag>,\n data: FragmentType<TypedDocumentNode<Incremental<TFrag>, any>> | null | undefined\n): data is FragmentType<typeof fragmentNode> {\n const deferredFields = (queryNode as { __meta__?: { deferredFields: Record<string, (keyof TFrag)[]> } }).__meta__\n ?.deferredFields;\n\n if (!deferredFields) return true;\n\n const fragDef = fragmentNode.definitions[0] as FragmentDefinitionNode | undefined;\n const fragName = fragDef?.name?.value;\n\n const fields = (fragName && deferredFields[fragName]) || [];\n return fields.length > 0 && fields.every(field => data && field in data);\n}\n","/* eslint-disable */\nimport { TypedDocumentNode as DocumentNode } from '@graphql-typed-document-node/core';\n\nconst documents: Record<string, never> = {};\n\n/**\n * The graphql function is used to parse GraphQL queries into a document that can be used by GraphQL clients.\n */\nexport function graphql(source: string): unknown {\n return (documents as Record<string, unknown>)[source] ?? {};\n}\n\nexport type DocumentType<TDocumentNode extends DocumentNode<any, any>> = TDocumentNode extends DocumentNode<infer TType, any> ? TType : never;\n","/* eslint-disable */\nexport type Maybe<T> = T | null;\nexport type InputMaybe<T> = Maybe<T>;\nexport type Exact<T extends { [key: string]: unknown }> = { [K in keyof T]: T[K] };\nexport type MakeOptional<T, K extends keyof T> = Omit<T, K> & { [SubKey in K]?: Maybe<T[SubKey]> };\nexport type MakeMaybe<T, K extends keyof T> = Omit<T, K> & { [SubKey in K]: Maybe<T[SubKey]> };\nexport type MakeEmpty<T extends { [key: string]: unknown }, K extends keyof T> = { [_ in K]?: never };\nexport type Incremental<T> = T | { [P in keyof T]?: P extends ' $fragmentName' | '__typename' ? T[P] : never };\n/** All built-in and custom scalars, mapped to their actual values */\nexport type Scalars = {\n ID: { input: string; output: string; }\n String: { input: string; output: string; }\n Boolean: { input: boolean; output: boolean; }\n Int: { input: number; output: number; }\n Float: { input: number; output: number; }\n /**\n * The `DateTime` scalar type represents a date and time in the UTC\n * timezone. The DateTime appears in a JSON response as an ISO8601 formatted\n * string, including UTC timezone (\"Z\"). The parsed date and time string will\n * be converted to UTC if there is an offset.\n */\n DateTime: { input: any; output: any; }\n /**\n * The `Json` scalar type represents arbitrary json string data, represented as UTF-8\n * character sequences. The Json type is most often used to represent a free-form\n * human-readable json string.\n */\n Json: { input: any; output: any; }\n /**\n * The `Naive DateTime` scalar type represents a naive date and time without\n * timezone. The DateTime appears in a JSON response as an ISO8601 formatted\n * string.\n */\n NaiveDateTime: { input: any; output: any; }\n};\n\nexport type Activity = {\n __typename?: 'Activity';\n assessment?: Maybe<Assessment>;\n awakeningActivity?: Maybe<AwakeningActivity>;\n durationInMinutes?: Maybe<Scalars['Int']['output']>;\n id?: Maybe<Scalars['ID']['output']>;\n learningObjective?: Maybe<LearningObjective>;\n miniGame?: Maybe<Game>;\n miniGameVersion?: Maybe<GameVersion>;\n numOfQuestions?: Maybe<Scalars['Int']['output']>;\n order?: Maybe<Scalars['Float']['output']>;\n questions?: Maybe<Array<Maybe<ActivityQuestion>>>;\n questionsType?: Maybe<Scalars['String']['output']>;\n type?: Maybe<Scalars['String']['output']>;\n video?: Maybe<Video>;\n};\n\nexport type ActivityInputV2 = {\n assessmentId?: InputMaybe<Scalars['ID']['input']>;\n awakeningActivityId?: InputMaybe<Scalars['ID']['input']>;\n durationInMinutes?: InputMaybe<Scalars['Int']['input']>;\n id?: InputMaybe<Scalars['ID']['input']>;\n includeMiniGames?: InputMaybe<Scalars['Boolean']['input']>;\n learningObjectiveId?: InputMaybe<Scalars['ID']['input']>;\n miniGameAssessmentQuestionCount?: InputMaybe<Scalars['Int']['input']>;\n miniGameId?: InputMaybe<Scalars['ID']['input']>;\n numOfQuestions?: InputMaybe<Scalars['Int']['input']>;\n order?: InputMaybe<Scalars['Float']['input']>;\n questionsType?: InputMaybe<Scalars['String']['input']>;\n randomQuestionOrder?: InputMaybe<Scalars['Boolean']['input']>;\n standardId?: InputMaybe<Scalars['String']['input']>;\n subjectId?: InputMaybe<Scalars['ID']['input']>;\n type?: InputMaybe<Scalars['String']['input']>;\n videoId?: InputMaybe<Scalars['ID']['input']>;\n};\n\nexport type ActivityQuestion = {\n __typename?: 'ActivityQuestion';\n groupingId?: Maybe<Scalars['String']['output']>;\n id?: Maybe<Scalars['ID']['output']>;\n order?: Maybe<Scalars['Float']['output']>;\n question?: Maybe<Question>;\n};\n\nexport type ActivityV2 = {\n __typename?: 'ActivityV2';\n assessment?: Maybe<Assessment>;\n assessmentId?: Maybe<Scalars['ID']['output']>;\n availableMiniGames?: Maybe<Array<Maybe<GameAlignment>>>;\n awakeningActivity?: Maybe<AwakeningActivity>;\n durationInMinutes?: Maybe<Scalars['Int']['output']>;\n gameId?: Maybe<Scalars['ID']['output']>;\n id?: Maybe<Scalars['ID']['output']>;\n includeMiniGames?: Maybe<Scalars['Boolean']['output']>;\n learningObjective?: Maybe<LearningObjective>;\n learningObjectiveId?: Maybe<Scalars['ID']['output']>;\n miniGame?: Maybe<Game>;\n miniGameAssessmentQuestionCount?: Maybe<Scalars['Int']['output']>;\n miniGameId?: Maybe<Scalars['ID']['output']>;\n numOfQuestions?: Maybe<Scalars['Int']['output']>;\n order?: Maybe<Scalars['Float']['output']>;\n percentCorrect?: Maybe<Scalars['Float']['output']>;\n playerActivities?: Maybe<Array<Maybe<PlayerActivity>>>;\n questions?: Maybe<Array<Maybe<ActivityQuestion>>>;\n questionsType?: Maybe<Scalars['String']['output']>;\n randomQuestionOrder?: Maybe<Scalars['Boolean']['output']>;\n standard?: Maybe<Scalars['String']['output']>;\n subjectId?: Maybe<Scalars['ID']['output']>;\n totalAnswered?: Maybe<Scalars['Int']['output']>;\n totalCorrectlyAnswered?: Maybe<Scalars['Int']['output']>;\n type?: Maybe<Scalars['String']['output']>;\n video?: Maybe<Video>;\n};\n\nexport type Answer = {\n __typename?: 'Answer';\n answer?: Maybe<Scalars['String']['output']>;\n choiceNum?: Maybe<Scalars['Int']['output']>;\n explanation?: Maybe<AnswerExplanation>;\n id?: Maybe<Scalars['ID']['output']>;\n isCorrect?: Maybe<Scalars['Boolean']['output']>;\n};\n\nexport type AnswerExplanation = {\n __typename?: 'AnswerExplanation';\n answerId?: Maybe<Scalars['ID']['output']>;\n explanation?: Maybe<Scalars['String']['output']>;\n id?: Maybe<Scalars['ID']['output']>;\n};\n\nexport type AnswerQuestionResponse = {\n __typename?: 'AnswerQuestionResponse';\n answer?: Maybe<PlayerActivityAnswer>;\n play?: Maybe<AssignmentPlay>;\n};\n\nexport type Assessment = {\n __typename?: 'Assessment';\n activitySummary?: Maybe<Scalars['String']['output']>;\n durationInMinutes?: Maybe<Scalars['String']['output']>;\n id?: Maybe<Scalars['ID']['output']>;\n mode?: Maybe<Scalars['String']['output']>;\n name?: Maybe<Scalars['String']['output']>;\n status?: Maybe<Scalars['String']['output']>;\n visibility?: Maybe<Scalars['String']['output']>;\n};\n\nexport type Assignment = {\n __typename?: 'Assignment';\n activities?: Maybe<Array<Maybe<Activity>>>;\n assignmentSetAssignment?: Maybe<Assignment>;\n assignmentSetAssignmentLink?: Maybe<AssignmentSetAssignment>;\n endTime?: Maybe<Scalars['DateTime']['output']>;\n id?: Maybe<Scalars['ID']['output']>;\n imageUrl?: Maybe<Scalars['String']['output']>;\n initialLearningObjective?: Maybe<LearningObjective>;\n name?: Maybe<Scalars['String']['output']>;\n ownedBy?: Maybe<AssignmentOwnershipType>;\n playerAssignments?: Maybe<Array<Maybe<PlayerAssignment>>>;\n startTime?: Maybe<Scalars['DateTime']['output']>;\n};\n\nexport enum AssignmentOwnershipType {\n /** Assignments created by the district and teacher */\n All = 'ALL',\n /** Assignments created by the district */\n District = 'DISTRICT',\n /** Assignments created by the teacher */\n Teacher = 'TEACHER'\n}\n\nexport type AssignmentPlay = {\n __typename?: 'AssignmentPlay';\n assignmentMode?: Maybe<Scalars['String']['output']>;\n completed: Scalars['Boolean']['output'];\n currentStep?: Maybe<AssignmentPlayStep>;\n id?: Maybe<Scalars['ID']['output']>;\n name?: Maybe<Scalars['String']['output']>;\n paused: Scalars['Boolean']['output'];\n questions?: Maybe<Array<Maybe<Question>>>;\n steps?: Maybe<Array<Maybe<AssignmentPlayStep>>>;\n stopped: Scalars['Boolean']['output'];\n};\n\nexport type AssignmentPlayStep = {\n __typename?: 'AssignmentPlayStep';\n activity?: Maybe<Activity>;\n completed: Scalars['Boolean']['output'];\n gameframeAttrs?: Maybe<GameframeAttrs>;\n id?: Maybe<Scalars['ID']['output']>;\n miniGameState?: Maybe<Scalars['Json']['output']>;\n nextQuestion?: Maybe<ActivityQuestion>;\n order: Scalars['Int']['output'];\n playerActivity?: Maybe<PlayerActivity>;\n playerActivityId?: Maybe<Scalars['ID']['output']>;\n progress?: Maybe<Scalars['Int']['output']>;\n /** Questions added to the activity that were not answered yet */\n remainingQuestions?: Maybe<Array<Maybe<ActivityQuestion>>>;\n reward?: Maybe<ClassroomReward>;\n rewardId?: Maybe<Scalars['ID']['output']>;\n stages?: Maybe<Array<Maybe<AssignmentPlayStepStage>>>;\n type: PlayStepType;\n};\n\nexport type AssignmentPlayStepStage = {\n __typename?: 'AssignmentPlayStepStage';\n completed: Scalars['Boolean']['output'];\n id: Scalars['ID']['output'];\n name: Scalars['String']['output'];\n};\n\nexport type AssignmentSetAssignment = {\n __typename?: 'AssignmentSetAssignment';\n assignmentSetId?: Maybe<Scalars['ID']['output']>;\n order?: Maybe<Scalars['Float']['output']>;\n};\n\nexport type AssignmentV2 = {\n __typename?: 'AssignmentV2';\n activities?: Maybe<Array<Maybe<ActivityV2>>>;\n endTime?: Maybe<Scalars['DateTime']['output']>;\n id?: Maybe<Scalars['ID']['output']>;\n initialLearningObjective?: Maybe<LearningObjective>;\n initialLearningObjectiveId?: Maybe<Scalars['ID']['output']>;\n mode?: Maybe<Scalars['String']['output']>;\n startTime?: Maybe<Scalars['DateTime']['output']>;\n status?: Maybe<Scalars['String']['output']>;\n stoppedAt?: Maybe<Scalars['DateTime']['output']>;\n};\n\nexport type AwakeningActivity = {\n __typename?: 'AwakeningActivity';\n id?: Maybe<Scalars['ID']['output']>;\n playDurationSeconds?: Maybe<Scalars['Int']['output']>;\n type?: Maybe<Scalars['String']['output']>;\n};\n\nexport type ClassroomReward = {\n __typename?: 'ClassroomReward';\n activityId?: Maybe<Scalars['ID']['output']>;\n amount?: Maybe<Scalars['Int']['output']>;\n assignmentId?: Maybe<Scalars['ID']['output']>;\n collectedAt?: Maybe<Scalars['DateTime']['output']>;\n createdAt?: Maybe<Scalars['DateTime']['output']>;\n currency?: Maybe<Scalars['String']['output']>;\n id?: Maybe<Scalars['ID']['output']>;\n order?: Maybe<Scalars['Int']['output']>;\n quantity?: Maybe<Scalars['Int']['output']>;\n total?: Maybe<Scalars['Int']['output']>;\n type?: Maybe<Scalars['String']['output']>;\n updatedAt?: Maybe<Scalars['DateTime']['output']>;\n userId?: Maybe<Scalars['ID']['output']>;\n};\n\n/** Client runtime input object */\nexport type CrtInput = {\n /** Amount of time(in ms) since the play started on the client */\n time?: InputMaybe<Scalars['Int']['input']>;\n /** Client timezone offset in minutes */\n tz?: InputMaybe<Scalars['Int']['input']>;\n};\n\nexport type Domain = {\n __typename?: 'Domain';\n id?: Maybe<Scalars['ID']['output']>;\n name?: Maybe<Scalars['String']['output']>;\n order?: Maybe<Scalars['Float']['output']>;\n topics?: Maybe<TopicList>;\n};\n\nexport type FeatureFlagVariant = {\n __typename?: 'FeatureFlagVariant';\n name: Scalars['String']['output'];\n value: Scalars['String']['output'];\n};\n\nexport type FluencyFact = {\n __typename?: 'FluencyFact';\n a: Scalars['Int']['output'];\n b: Scalars['Int']['output'];\n op: FluencyFactOperation;\n};\n\nexport enum FluencyFactOperation {\n /** a + b */\n Add = 'ADD',\n /** a / b */\n Div = 'DIV',\n /** a * b */\n Mul = 'MUL',\n /** a - b */\n Sub = 'SUB'\n}\n\nexport type FluencyFactProgressStatus = {\n __typename?: 'FluencyFactProgressStatus';\n a: Scalars['Int']['output'];\n b: Scalars['Int']['output'];\n op: FluencyFactOperation;\n status: FluencyFactProgressStatusType;\n};\n\nexport enum FluencyFactProgressStatusType {\n /** Fluent in the fact */\n Fluent = 'FLUENT',\n /** Assessed but not fluent in the fact */\n NotFluent = 'NOT_FLUENT',\n /** The fact has not yet been assessed */\n Unassessed = 'UNASSESSED'\n}\n\nexport type FluencyFocus = {\n __typename?: 'FluencyFocus';\n assessedFactsCount: Scalars['Int']['output'];\n completeFluencySessionsCount: Scalars['Int']['output'];\n fluencyGainFactsCount: Scalars['Int']['output'];\n fluentFactsCount: Scalars['Int']['output'];\n focus: FluencyFocusType;\n id?: Maybe<Scalars['ID']['output']>;\n initialAssessmentFluentFactsCount: Scalars['Int']['output'];\n instructorUser: FluencyInstructor;\n lastFluencyTrialTime?: Maybe<Scalars['DateTime']['output']>;\n playerUser: FluencyPlayer;\n playerUserId: Scalars['ID']['output'];\n totalFactsCount: Scalars['Int']['output'];\n totalFluencySessionsCount: Scalars['Int']['output'];\n totalUsageTimeMs: Scalars['Int']['output'];\n};\n\nexport enum FluencyFocusInputType {\n /** Addition and subtraction from 0 - 5 */\n Add5 = 'ADD5',\n /** Addition and subtraction from 0 - 9 */\n Add9 = 'ADD9',\n /** Addition and subtraction from 0 - 10 */\n Add10 = 'ADD10',\n /** Multiplication and division from 0 - 9 */\n Mul9 = 'MUL9',\n /** Multiplication and division from 0 - 10 */\n Mul10 = 'MUL10',\n /** Multiplication and division from 0 - 10 */\n Mul12 = 'MUL12',\n /** Unassign fluency */\n None = 'NONE'\n}\n\nexport type FluencyFocusList = {\n __typename?: 'FluencyFocusList';\n entries?: Maybe<Array<Maybe<FluencyFocus>>>;\n pageNumber?: Maybe<Scalars['Int']['output']>;\n pageSize?: Maybe<Scalars['Int']['output']>;\n totalEntries?: Maybe<Scalars['Int']['output']>;\n totalPages?: Maybe<Scalars['Int']['output']>;\n};\n\nexport enum FluencyFocusType {\n /** Addition and subtraction from 0 - 5 */\n Add5 = 'ADD5',\n /** Addition and subtraction from 0 - 9 */\n Add9 = 'ADD9',\n /** Addition and subtraction from 0 - 10 */\n Add10 = 'ADD10',\n /** Multiplication and division from 0 - 9 */\n Mul9 = 'MUL9',\n /** Multiplication and division from 0 - 10 */\n Mul10 = 'MUL10',\n /** Multiplication and division from 0 - 10 */\n Mul12 = 'MUL12'\n}\n\nexport type FluencyInstructor = {\n __typename?: 'FluencyInstructor';\n firstName?: Maybe<Scalars['String']['output']>;\n id?: Maybe<Scalars['ID']['output']>;\n lastName?: Maybe<Scalars['String']['output']>;\n playerAvatar?: Maybe<PlayerAvatar>;\n};\n\nexport type FluencyPlayer = {\n __typename?: 'FluencyPlayer';\n currentSignInAt?: Maybe<Scalars['NaiveDateTime']['output']>;\n fluencySessions?: Maybe<Array<Maybe<FluencySession>>>;\n id?: Maybe<Scalars['ID']['output']>;\n student?: Maybe<FluencyStudent>;\n};\n\n\nexport type FluencyPlayerFluencySessionsArgs = {\n filter?: InputMaybe<FluencySessionFilter>;\n};\n\nexport type FluencySession = {\n __typename?: 'FluencySession';\n blueLightPercent: Scalars['Int']['output'];\n id: Scalars['ID']['output'];\n masteredTargetFactsCount: Scalars['Int']['output'];\n startTime: Scalars['DateTime']['output'];\n totalTargetFactsCount: Scalars['Int']['output'];\n};\n\n/** An activity for a fluency session */\nexport type FluencySessionActivity = FluencySessionAssess | FluencySessionEstablish | FluencySessionPractice;\n\nexport type FluencySessionAssess = {\n __typename?: 'FluencySessionAssess';\n facts?: Maybe<Array<FluencyFact>>;\n};\n\nexport type FluencySessionEstablish = {\n __typename?: 'FluencySessionEstablish';\n concept: FluencySessionInstructionConcept;\n factFamilies?: Maybe<Array<Array<FluencyFact>>>;\n facts?: Maybe<Array<FluencyFact>>;\n targetFacts?: Maybe<Array<FluencyFact>>;\n};\n\nexport type FluencySessionFilter = {\n startTimeAfter?: InputMaybe<Scalars['DateTime']['input']>;\n};\n\nexport enum FluencySessionInstructionConcept {\n /** Fact family addition */\n Addition = 'ADDITION',\n /** Add 10 */\n AddTen = 'ADD_TEN',\n /** Add 0 */\n AddZero = 'ADD_ZERO',\n /** Addition doubles. E.g. 2+2 and 3+3 */\n Double = 'DOUBLE',\n /** Fact family multiplication */\n Multiplication = 'MULTIPLICATION',\n /** No concept */\n None = 'NONE',\n /** Squares. E.g. 2*2 and 3*3 */\n Square = 'SQUARE',\n /** Multiplication by 11 */\n TimesEleven = 'TIMES_ELEVEN',\n /** Multiplication by 10 */\n TimesTen = 'TIMES_TEN',\n /** Multiplication by 2 */\n TimesTwo = 'TIMES_TWO',\n /** Multiplication by 0 */\n TimesZero = 'TIMES_ZERO'\n}\n\nexport type FluencySessionPractice = {\n __typename?: 'FluencySessionPractice';\n facts?: Maybe<Array<FluencyFact>>;\n targetFacts?: Maybe<Array<FluencyFact>>;\n};\n\nexport enum FluencySessionStageType {\n /** Initial assessment for the fluency session */\n Assess = 'ASSESS',\n /** Establishment of the target facts */\n Establish = 'ESTABLISH',\n /** Practice game play */\n Practice = 'PRACTICE'\n}\n\nexport type FluencyStudent = {\n __typename?: 'FluencyStudent';\n firstName?: Maybe<Scalars['String']['output']>;\n id?: Maybe<Scalars['ID']['output']>;\n lastInitial?: Maybe<Scalars['String']['output']>;\n lastName?: Maybe<Scalars['String']['output']>;\n username?: Maybe<Scalars['String']['output']>;\n};\n\nexport type FluencyTrialInput = {\n a: Scalars['Int']['input'];\n answer?: InputMaybe<Scalars['Int']['input']>;\n b: Scalars['Int']['input'];\n inputLatencyMs: Scalars['Int']['input'];\n latencyMs: Scalars['Int']['input'];\n op: FluencyFactOperation;\n startTime: Scalars['DateTime']['input'];\n};\n\nexport type FocusPath = {\n __typename?: 'FocusPath';\n currentTopicIndex?: Maybe<Scalars['Int']['output']>;\n domain?: Maybe<Domain>;\n topics?: Maybe<TopicList>;\n type?: Maybe<Scalars['String']['output']>;\n};\n\nexport type Game = {\n __typename?: 'Game';\n contentType?: Maybe<Scalars['String']['output']>;\n description?: Maybe<Scalars['String']['output']>;\n estimatedDuration?: Maybe<Scalars['Int']['output']>;\n game?: Maybe<Scalars['String']['output']>;\n id?: Maybe<Scalars['ID']['output']>;\n image?: Maybe<Scalars['String']['output']>;\n instructions?: Maybe<Scalars['String']['output']>;\n learningObjectiveId?: Maybe<Scalars['ID']['output']>;\n lexileLevel?: Maybe<Scalars['Int']['output']>;\n multiLanguage?: Maybe<Scalars['Boolean']['output']>;\n pdfUrl?: Maybe<Scalars['String']['output']>;\n questionGame?: Maybe<Scalars['Boolean']['output']>;\n savesProgress?: Maybe<Scalars['Boolean']['output']>;\n shortName?: Maybe<Scalars['String']['output']>;\n /** Presigned URL for VTT subtitle file, if available */\n subtitleUrl?: Maybe<Scalars['String']['output']>;\n supportsIpad?: Maybe<Scalars['Boolean']['output']>;\n supportsTts?: Maybe<Scalars['Boolean']['output']>;\n teacherFacingPdfUrl?: Maybe<Scalars['String']['output']>;\n type?: Maybe<Scalars['String']['output']>;\n videoPreviewUrl?: Maybe<Scalars['String']['output']>;\n vocabulary?: Maybe<Scalars['String']['output']>;\n};\n\nexport type GameAlignment = {\n __typename?: 'GameAlignment';\n game?: Maybe<Game>;\n gameId?: Maybe<Scalars['ID']['output']>;\n learningObjective?: Maybe<LearningObjective>;\n learningObjectiveId?: Maybe<Scalars['ID']['output']>;\n};\n\nexport type GameLanguage = {\n __typename?: 'GameLanguage';\n id?: Maybe<Scalars['ID']['output']>;\n languageCode?: Maybe<Scalars['String']['output']>;\n phrases?: Maybe<Array<Maybe<KeyValue>>>;\n};\n\nexport type GamePerformanceBucket = {\n __typename?: 'GamePerformanceBucket';\n cpuBucket?: Maybe<Scalars['Int']['output']>;\n expectedLoadTimeSec?: Maybe<Scalars['Int']['output']>;\n id?: Maybe<Scalars['ID']['output']>;\n};\n\nexport type GameVersion = {\n __typename?: 'GameVersion';\n acceptedAt?: Maybe<Scalars['DateTime']['output']>;\n apiVersion?: Maybe<Scalars['String']['output']>;\n createdAt?: Maybe<Scalars['DateTime']['output']>;\n gameId?: Maybe<Scalars['ID']['output']>;\n gameType?: Maybe<Scalars['String']['output']>;\n id?: Maybe<Scalars['ID']['output']>;\n languageKey?: Maybe<Scalars['String']['output']>;\n releaseNotes?: Maybe<Scalars['String']['output']>;\n url?: Maybe<Scalars['String']['output']>;\n};\n\nexport type GameframeAttrs = {\n __typename?: 'GameframeAttrs';\n gameLanguage?: Maybe<GameLanguage>;\n gamePerformance?: Maybe<Array<Maybe<GamePerformanceBucket>>>;\n id?: Maybe<Scalars['ID']['output']>;\n url?: Maybe<Scalars['String']['output']>;\n};\n\nexport type Globals = {\n __typename?: 'Globals';\n progression?: Maybe<GlobalsProgression>;\n};\n\nexport type GlobalsMastery = {\n __typename?: 'GlobalsMastery';\n minimumMasteryScore?: Maybe<Scalars['Int']['output']>;\n minimumQuestionsAnswered?: Maybe<Scalars['Int']['output']>;\n};\n\nexport type GlobalsProgression = {\n __typename?: 'GlobalsProgression';\n defaultNumberOfReviewQuestions?: Maybe<Scalars['Int']['output']>;\n mastery?: Maybe<GlobalsMastery>;\n};\n\nexport type Group = {\n __typename?: 'Group';\n assignments?: Maybe<Array<Assignment>>;\n color?: Maybe<Scalars['String']['output']>;\n id?: Maybe<Scalars['ID']['output']>;\n name?: Maybe<Scalars['String']['output']>;\n};\n\nexport type GroupList = {\n __typename?: 'GroupList';\n entries?: Maybe<Array<Maybe<Group>>>;\n pageNumber?: Maybe<Scalars['Int']['output']>;\n pageSize?: Maybe<Scalars['Int']['output']>;\n totalEntries?: Maybe<Scalars['Int']['output']>;\n totalPages?: Maybe<Scalars['Int']['output']>;\n};\n\nexport type InviteParentToConnectMutationResult = {\n __typename?: 'InviteParentToConnectMutationResult';\n id?: Maybe<Scalars['ID']['output']>;\n};\n\nexport type KeyValue = {\n __typename?: 'KeyValue';\n k?: Maybe<Scalars['String']['output']>;\n v?: Maybe<Scalars['String']['output']>;\n};\n\nexport type KeyValueBool = {\n __typename?: 'KeyValueBool';\n k?: Maybe<Scalars['String']['output']>;\n v?: Maybe<Scalars['Boolean']['output']>;\n};\n\nexport type KeyValueInput = {\n k?: InputMaybe<Scalars['String']['input']>;\n v?: InputMaybe<Scalars['String']['input']>;\n};\n\nexport type LearningObjective = {\n __typename?: 'LearningObjective';\n description?: Maybe<Scalars['String']['output']>;\n domains?: Maybe<Array<Maybe<Domain>>>;\n id?: Maybe<Scalars['ID']['output']>;\n imageKey?: Maybe<Scalars['String']['output']>;\n learningObjective?: Maybe<Scalars['String']['output']>;\n name?: Maybe<Scalars['String']['output']>;\n ngssDciName?: Maybe<Scalars['String']['output']>;\n standardCode?: Maybe<Scalars['String']['output']>;\n subject?: Maybe<Subject>;\n};\n\nexport type ModeParams = {\n mathBasecamp?: InputMaybe<Scalars['Boolean']['input']>;\n subjectArea?: InputMaybe<Scalars['String']['input']>;\n teacherUserId?: InputMaybe<Scalars['ID']['input']>;\n};\n\nexport enum PlayStepType {\n Assessment = 'ASSESSMENT',\n AwakeningActivity = 'AWAKENING_ACTIVITY',\n Exit = 'EXIT',\n HandsOn = 'HANDS_ON',\n MiniGame = 'MINI_GAME',\n Rewards = 'REWARDS',\n Video = 'VIDEO',\n VideoLesson = 'VIDEO_LESSON'\n}\n\nexport type PlayerActivity = {\n __typename?: 'PlayerActivity';\n completedAt?: Maybe<Scalars['DateTime']['output']>;\n gameplay?: Maybe<PlayerActivityGameplay>;\n id?: Maybe<Scalars['ID']['output']>;\n isComplete?: Maybe<Scalars['Boolean']['output']>;\n totalPlaytimeSec?: Maybe<Scalars['Int']['output']>;\n type?: Maybe<Scalars['String']['output']>;\n};\n\nexport type PlayerActivityAnswer = {\n __typename?: 'PlayerActivityAnswer';\n answerId?: Maybe<Scalars['ID']['output']>;\n answersMap?: Maybe<Array<Maybe<KeyValue>>>;\n answersMapGraded?: Maybe<Array<Maybe<KeyValueBool>>>;\n assignmentActivityQuestionId?: Maybe<Scalars['ID']['output']>;\n id?: Maybe<Scalars['ID']['output']>;\n isCorrect?: Maybe<Scalars['Boolean']['output']>;\n question?: Maybe<Question>;\n questionId?: Maybe<Scalars['ID']['output']>;\n questionScoreCard?: Maybe<Array<Maybe<KeyValue>>>;\n};\n\nexport type PlayerActivityGameplay = {\n __typename?: 'PlayerActivityGameplay';\n completedAt?: Maybe<Scalars['DateTime']['output']>;\n gameRating?: Maybe<Scalars['Int']['output']>;\n id?: Maybe<Scalars['ID']['output']>;\n maxProgress?: Maybe<Scalars['Int']['output']>;\n progress?: Maybe<Scalars['Int']['output']>;\n progressedAt?: Maybe<Scalars['DateTime']['output']>;\n score?: Maybe<Scalars['Int']['output']>;\n startedAt?: Maybe<Scalars['DateTime']['output']>;\n videoCurrentTimeSec?: Maybe<Scalars['Int']['output']>;\n videoFarthestTimeSec?: Maybe<Scalars['Int']['output']>;\n};\n\nexport type PlayerAssignment = {\n __typename?: 'PlayerAssignment';\n endTime?: Maybe<Scalars['DateTime']['output']>;\n id?: Maybe<Scalars['ID']['output']>;\n isComplete?: Maybe<Scalars['Boolean']['output']>;\n playerActivities?: Maybe<Array<PlayerActivity>>;\n};\n\nexport type PlayerAvatar = {\n __typename?: 'PlayerAvatar';\n headshotImageUrl?: Maybe<Scalars['String']['output']>;\n id?: Maybe<Scalars['ID']['output']>;\n version?: Maybe<Scalars['String']['output']>;\n};\n\nexport type PlayerGroupsFilter = {\n ids?: InputMaybe<Array<Scalars['ID']['input']>>;\n};\n\nexport type Progression = {\n __typename?: 'Progression';\n currentPath?: Maybe<FocusPath>;\n currentTopic?: Maybe<Topic>;\n domainMastery?: Maybe<Array<Maybe<Domain>>>;\n};\n\n\nexport type ProgressionDomainMasteryArgs = {\n domainId?: InputMaybe<Scalars['ID']['input']>;\n};\n\nexport type Question = {\n __typename?: 'Question';\n answers?: Maybe<Array<Maybe<Answer>>>;\n correctAnswerId?: Maybe<Scalars['ID']['output']>;\n depthOfKnowledge?: Maybe<Scalars['Int']['output']>;\n explanation?: Maybe<QuestionExplanation>;\n format?: Maybe<Scalars['String']['output']>;\n id?: Maybe<Scalars['ID']['output']>;\n imageKey?: Maybe<Scalars['String']['output']>;\n layout?: Maybe<Scalars['String']['output']>;\n question?: Maybe<Scalars['String']['output']>;\n scoreCard?: Maybe<Array<Maybe<KeyValue>>>;\n subjectArea?: Maybe<Scalars['String']['output']>;\n type?: Maybe<Scalars['String']['output']>;\n};\n\nexport type QuestionExplanation = {\n __typename?: 'QuestionExplanation';\n explanation?: Maybe<Scalars['String']['output']>;\n id?: Maybe<Scalars['ID']['output']>;\n questionId?: Maybe<Scalars['ID']['output']>;\n};\n\nexport type RootMutationType = {\n __typename?: 'RootMutationType';\n /** Initiates the playtime for a given player activity */\n activateActivity?: Maybe<Scalars['Boolean']['output']>;\n answerQuestion?: Maybe<AnswerQuestionResponse>;\n /** Push prerequisites onto the focus task stack for the current focus */\n applyPrerequisites?: Maybe<User>;\n /** Update the current user's domain to a new random domain or the specified one */\n changeDomain?: Maybe<User>;\n collectRewards?: Maybe<AssignmentPlay>;\n completeActivity?: Maybe<AssignmentPlay>;\n /** Completes an assessment activity, this will likely be at the review questions screen */\n completeAssessment?: Maybe<AssignmentPlay>;\n /** Complete the gameplay for a given mini game, this is not the same as completing the activity. */\n completeMiniGamePlay?: Maybe<AssignmentPlay>;\n /** Create assignment */\n createAssignment?: Maybe<AssignmentV2>;\n /** Generates an access token for Awakening native mobile client deep link to share a session */\n createAwakeningDeepLinkToken?: Maybe<Scalars['String']['output']>;\n /** Creates a player activity for an awakening activity step in basic mode. Returns the player_activity_id. This is isolated from existing tracking code and only used by the basic game player. */\n createAwakeningPlayerActivity?: Maybe<Scalars['ID']['output']>;\n /** Send email invitation to parent for a given player */\n inviteParentToConnect?: Maybe<InviteParentToConnectMutationResult>;\n joinTeacher?: Maybe<Teacher>;\n leaveTeacher?: Maybe<Teacher>;\n putFluencyTrials?: Maybe<FluencySession>;\n /** Rate a mini game and complete the activity */\n rateMiniGame?: Maybe<AssignmentPlay>;\n /** Activates a play client on page load. This is used to initiate the client runtime to support heartbeats. */\n registerClient?: Maybe<Scalars['String']['output']>;\n reportHandsOnProgress?: Maybe<AssignmentPlay>;\n reportMiniGameProgress?: Maybe<AssignmentPlay>;\n reportVideoLessonProgress?: Maybe<AssignmentPlay>;\n restartFluencySession?: Maybe<FluencySession>;\n saveMiniGameState?: Maybe<AssignmentPlay>;\n /** Heartbeats sent from the client to track user playtime and focus. */\n sendHeartbeat?: Maybe<Scalars['Boolean']['output']>;\n /** Sets mode of play, enabling learning objective progression */\n setMode?: Maybe<Scalars['Boolean']['output']>;\n updateSelfFluencyFocus?: Maybe<Array<FluencyFocus>>;\n};\n\n\nexport type RootMutationTypeActivateActivityArgs = {\n crt?: InputMaybe<CrtInput>;\n playerActivityId: Scalars['ID']['input'];\n rte?: InputMaybe<RuntimeEventInput>;\n ui?: InputMaybe<UiInput>;\n};\n\n\nexport type RootMutationTypeAnswerQuestionArgs = {\n activityQuestionId: Scalars['ID']['input'];\n answerId?: InputMaybe<Scalars['ID']['input']>;\n answersMap?: InputMaybe<Array<InputMaybe<KeyValueInput>>>;\n playerActivityId: Scalars['ID']['input'];\n};\n\n\nexport type RootMutationTypeApplyPrerequisitesArgs = {\n loIds?: InputMaybe<Array<InputMaybe<Scalars['ID']['input']>>>;\n};\n\n\nexport type RootMutationTypeChangeDomainArgs = {\n domainId?: InputMaybe<Scalars['ID']['input']>;\n};\n\n\nexport type RootMutationTypeCollectRewardsArgs = {\n rewardId: Scalars['ID']['input'];\n};\n\n\nexport type RootMutationTypeCompleteActivityArgs = {\n playerActivityId: Scalars['ID']['input'];\n skip?: InputMaybe<Scalars['Boolean']['input']>;\n};\n\n\nexport type RootMutationTypeCompleteAssessmentArgs = {\n playerActivityId: Scalars['ID']['input'];\n};\n\n\nexport type RootMutationTypeCompleteMiniGamePlayArgs = {\n playerActivityId: Scalars['ID']['input'];\n};\n\n\nexport type RootMutationTypeCreateAssignmentArgs = {\n activities: Array<InputMaybe<ActivityInputV2>>;\n autoStart?: InputMaybe<Scalars['Boolean']['input']>;\n description?: InputMaybe<Scalars['String']['input']>;\n durationDays?: InputMaybe<Scalars['Int']['input']>;\n endTime?: InputMaybe<Scalars['DateTime']['input']>;\n initialLearningObjectiveId?: InputMaybe<Scalars['ID']['input']>;\n mode: Scalars['String']['input'];\n name?: InputMaybe<Scalars['String']['input']>;\n startTime?: InputMaybe<Scalars['DateTime']['input']>;\n};\n\n\nexport type RootMutationTypeCreateAwakeningPlayerActivityArgs = {\n stepId: Scalars['ID']['input'];\n};\n\n\nexport type RootMutationTypeInviteParentToConnectArgs = {\n email: Scalars['String']['input'];\n};\n\n\nexport type RootMutationTypeJoinTeacherArgs = {\n teacherCode: Scalars['String']['input'];\n};\n\n\nexport type RootMutationTypeLeaveTeacherArgs = {\n teacherCode: Scalars['String']['input'];\n};\n\n\nexport type RootMutationTypePutFluencyTrialsArgs = {\n instructorUserId: Scalars['ID']['input'];\n stage: FluencySessionStageType;\n trials?: InputMaybe<Array<FluencyTrialInput>>;\n};\n\n\nexport type RootMutationTypeRateMiniGameArgs = {\n playerActivityId: Scalars['ID']['input'];\n rating?: InputMaybe<Scalars['Int']['input']>;\n};\n\n\nexport type RootMutationTypeRegisterClientArgs = {\n assignmentId?: InputMaybe<Scalars['ID']['input']>;\n awkClientSetsMode?: InputMaybe<Scalars['Boolean']['input']>;\n};\n\n\nexport type RootMutationTypeReportHandsOnProgressArgs = {\n maxProgress: Scalars['Int']['input'];\n playerActivityId: Scalars['ID']['input'];\n progress: Scalars['Int']['input'];\n score?: InputMaybe<Scalars['Int']['input']>;\n};\n\n\nexport type RootMutationTypeReportMiniGameProgressArgs = {\n maxProgress: Scalars['Int']['input'];\n playerActivityId: Scalars['ID']['input'];\n progress: Scalars['Int']['input'];\n score?: InputMaybe<Scalars['Int']['input']>;\n};\n\n\nexport type RootMutationTypeReportVideoLessonProgressArgs = {\n durationSec: Scalars['Int']['input'];\n playerActivityId: Scalars['ID']['input'];\n videoCurrentTimeSec: Scalars['Int']['input'];\n};\n\n\nexport type RootMutationTypeRestartFluencySessionArgs = {\n instructorUserId: Scalars['ID']['input'];\n};\n\n\nexport type RootMutationTypeSaveMiniGameStateArgs = {\n playerActivityId: Scalars['ID']['input'];\n state: Scalars['Json']['input'];\n};\n\n\nexport type RootMutationTypeSendHeartbeatArgs = {\n crt?: InputMaybe<CrtInput>;\n playerActivityId: Scalars['ID']['input'];\n rte?: InputMaybe<RuntimeEventInput>;\n ui?: InputMaybe<UiInput>;\n};\n\n\nexport type RootMutationTypeSetModeArgs = {\n params?: InputMaybe<ModeParams>;\n};\n\n\nexport type RootMutationTypeUpdateSelfFluencyFocusArgs = {\n focus: FluencyFocusInputType;\n};\n\nexport type RootQueryType = {\n __typename?: 'RootQueryType';\n activityAnswers?: Maybe<Array<Maybe<PlayerActivityAnswer>>>;\n assignmentPlay?: Maybe<AssignmentPlay>;\n currentUser?: Maybe<User>;\n fluencyFactProgressStatuses?: Maybe<Array<Maybe<FluencyFactProgressStatus>>>;\n fluencySession?: Maybe<FluencySession>;\n fluencySessionActivity: FluencySessionActivity;\n globals?: Maybe<Globals>;\n listFluencyFocuses?: Maybe<FluencyFocusList>;\n listFocusAreas?: Maybe<TeacherFocusAreasList>;\n listGroups?: Maybe<GroupList>;\n listTeachers?: Maybe<TeacherList>;\n myFeatureFlagVariants?: Maybe<Array<Maybe<FeatureFlagVariant>>>;\n myFeatureFlags?: Maybe<Array<Scalars['String']['output']>>;\n};\n\n\nexport type RootQueryTypeActivityAnswersArgs = {\n playerActivityId: Scalars['ID']['input'];\n};\n\n\nexport type RootQueryTypeAssignmentPlayArgs = {\n assignmentId: Scalars['ID']['input'];\n awakening?: InputMaybe<Scalars['Boolean']['input']>;\n};\n\n\nexport type RootQueryTypeFluencyFactProgressStatusesArgs = {\n fluencyFocus?: InputMaybe<FluencyFocusType>;\n startTimeAfter?: InputMaybe<Scalars['DateTime']['input']>;\n startTimeBefore?: InputMaybe<Scalars['DateTime']['input']>;\n};\n\n\nexport type RootQueryTypeFluencySessionArgs = {\n instructorUserId: Scalars['ID']['input'];\n};\n\n\nexport type RootQueryTypeFluencySessionActivityArgs = {\n instructorUserId: Scalars['ID']['input'];\n};\n\n\nexport type RootQueryTypeListFluencyFocusesArgs = {\n page?: InputMaybe<Scalars['Int']['input']>;\n pageSize?: InputMaybe<Scalars['Int']['input']>;\n};\n\n\nexport type RootQueryTypeListFocusAreasArgs = {\n page?: InputMaybe<Scalars['Int']['input']>;\n pageSize?: InputMaybe<Scalars['Int']['input']>;\n teacherIds?: InputMaybe<Array<InputMaybe<Scalars['ID']['input']>>>;\n teacherUserIds?: InputMaybe<Array<InputMaybe<Scalars['ID']['input']>>>;\n};\n\n\nexport type RootQueryTypeListGroupsArgs = {\n filter?: InputMaybe<PlayerGroupsFilter>;\n page?: InputMaybe<Scalars['Int']['input']>;\n pageSize?: InputMaybe<Scalars['Int']['input']>;\n};\n\n\nexport type RootQueryTypeListTeachersArgs = {\n filterTeacherIds?: InputMaybe<Array<Scalars['ID']['input']>>;\n includeSelf?: InputMaybe<Scalars['Boolean']['input']>;\n page?: InputMaybe<Scalars['Int']['input']>;\n pageSize?: InputMaybe<Scalars['Int']['input']>;\n};\n\nexport type RootSubscriptionType = {\n __typename?: 'RootSubscriptionType';\n activitySkipped?: Maybe<Scalars['Boolean']['output']>;\n assignmentPaused?: Maybe<Scalars['Boolean']['output']>;\n assignmentRestarted?: Maybe<Scalars['Boolean']['output']>;\n assignmentResumed?: Maybe<Scalars['Boolean']['output']>;\n assignmentStopped?: Maybe<Scalars['Boolean']['output']>;\n};\n\n\nexport type RootSubscriptionTypeActivitySkippedArgs = {\n assignmentId: Scalars['ID']['input'];\n};\n\n\nexport type RootSubscriptionTypeAssignmentPausedArgs = {\n assignmentId: Scalars['ID']['input'];\n};\n\n\nexport type RootSubscriptionTypeAssignmentRestartedArgs = {\n assignmentId: Scalars['ID']['input'];\n};\n\n\nexport type RootSubscriptionTypeAssignmentResumedArgs = {\n assignmentId: Scalars['ID']['input'];\n};\n\n\nexport type RootSubscriptionTypeAssignmentStoppedArgs = {\n assignmentId: Scalars['ID']['input'];\n};\n\n/** Runtime event from the client side, generally game load/failed event */\nexport type RuntimeEventInput = {\n browser?: InputMaybe<Scalars['String']['input']>;\n browserVersion?: InputMaybe<Scalars['String']['input']>;\n cpuMeasure?: InputMaybe<Scalars['Int']['input']>;\n device?: InputMaybe<Scalars['String']['input']>;\n errorCount?: InputMaybe<Scalars['Int']['input']>;\n errorMessage?: InputMaybe<Scalars['String']['input']>;\n eventType?: InputMaybe<Scalars['String']['input']>;\n};\n\nexport type Subject = {\n __typename?: 'Subject';\n gradeLevel?: Maybe<Scalars['String']['output']>;\n id?: Maybe<Scalars['ID']['output']>;\n imageKey?: Maybe<Scalars['String']['output']>;\n imageUrl?: Maybe<Scalars['String']['output']>;\n name?: Maybe<Scalars['String']['output']>;\n standard?: Maybe<Scalars['String']['output']>;\n subject?: Maybe<Scalars['String']['output']>;\n subjectArea?: Maybe<Scalars['String']['output']>;\n};\n\nexport type Teacher = {\n __typename?: 'Teacher';\n code?: Maybe<Scalars['String']['output']>;\n familyName?: Maybe<Scalars['String']['output']>;\n givenName?: Maybe<Scalars['String']['output']>;\n id?: Maybe<Scalars['ID']['output']>;\n schoolId?: Maybe<Scalars['ID']['output']>;\n user?: Maybe<TeacherUser>;\n};\n\nexport type TeacherFocusArea = {\n __typename?: 'TeacherFocusArea';\n id?: Maybe<Scalars['ID']['output']>;\n insertedAt?: Maybe<Scalars['DateTime']['output']>;\n learningObjective?: Maybe<LearningObjective>;\n learningObjectiveId?: Maybe<Scalars['ID']['output']>;\n order?: Maybe<Scalars['Int']['output']>;\n teacherUserId?: Maybe<Scalars['ID']['output']>;\n updatedAt?: Maybe<Scalars['DateTime']['output']>;\n};\n\nexport type TeacherFocusAreasList = {\n __typename?: 'TeacherFocusAreasList';\n entries?: Maybe<Array<Maybe<TeacherFocusArea>>>;\n pageNumber?: Maybe<Scalars['Int']['output']>;\n pageSize?: Maybe<Scalars['Int']['output']>;\n totalEntries?: Maybe<Scalars['Int']['output']>;\n totalPages?: Maybe<Scalars['Int']['output']>;\n};\n\nexport type TeacherList = {\n __typename?: 'TeacherList';\n entries?: Maybe<Array<Maybe<Teacher>>>;\n pageNumber?: Maybe<Scalars['Int']['output']>;\n pageSize?: Maybe<Scalars['Int']['output']>;\n totalEntries?: Maybe<Scalars['Int']['output']>;\n totalPages?: Maybe<Scalars['Int']['output']>;\n};\n\nexport type TeacherUser = {\n __typename?: 'TeacherUser';\n createdAssignments?: Maybe<Array<Assignment>>;\n displayName?: Maybe<Scalars['String']['output']>;\n id?: Maybe<Scalars['ID']['output']>;\n joinableCount?: Maybe<Scalars['Int']['output']>;\n playerAvatar?: Maybe<PlayerAvatar>;\n};\n\nexport type Topic = {\n __typename?: 'Topic';\n firstMasteredAt?: Maybe<Scalars['DateTime']['output']>;\n gradeLevel?: Maybe<Scalars['Int']['output']>;\n hasUnmasteredPrerequisites?: Maybe<Scalars['Boolean']['output']>;\n learningObjective?: Maybe<LearningObjective>;\n masteryScore?: Maybe<Scalars['Int']['output']>;\n order?: Maybe<Scalars['Float']['output']>;\n questionsAnswered?: Maybe<Scalars['Int']['output']>;\n remainingQuestions?: Maybe<Scalars['Int']['output']>;\n stars?: Maybe<Scalars['Int']['output']>;\n unmasteredPrerequisites?: Maybe<Array<Maybe<Scalars['ID']['output']>>>;\n};\n\nexport type TopicList = {\n __typename?: 'TopicList';\n entries?: Maybe<Array<Maybe<Topic>>>;\n pageNumber?: Maybe<Scalars['Int']['output']>;\n pageSize?: Maybe<Scalars['Int']['output']>;\n totalEntries?: Maybe<Scalars['Int']['output']>;\n totalPages?: Maybe<Scalars['Int']['output']>;\n};\n\n/** User interaction input object */\nexport type UiInput = {\n /** Focused at */\n fa?: InputMaybe<Scalars['Int']['input']>;\n /** Unfocused at */\n ufa?: InputMaybe<Scalars['Int']['input']>;\n /** Unfocused time in ms */\n uft?: InputMaybe<Scalars['Int']['input']>;\n};\n\nexport type User = {\n __typename?: 'User';\n firstName?: Maybe<Scalars['String']['output']>;\n id?: Maybe<Scalars['ID']['output']>;\n isAfterSchool?: Maybe<Scalars['Boolean']['output']>;\n lastInitial?: Maybe<Scalars['String']['output']>;\n /** Learning progression */\n progression?: Maybe<Progression>;\n studentId?: Maybe<Scalars['ID']['output']>;\n username?: Maybe<Scalars['String']['output']>;\n};\n\nexport type Video = {\n __typename?: 'Video';\n duration?: Maybe<Scalars['Int']['output']>;\n endsAt?: Maybe<Scalars['Int']['output']>;\n id?: Maybe<Scalars['ID']['output']>;\n playDuration?: Maybe<Scalars['Int']['output']>;\n startsAt?: Maybe<Scalars['Int']['output']>;\n thumbnailUrl?: Maybe<Scalars['String']['output']>;\n title: Scalars['String']['output'];\n type?: Maybe<Scalars['String']['output']>;\n url: Scalars['String']['output'];\n};\n"]}