@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.
- package/dist/auth/index.d.mts +1 -0
- package/dist/auth/index.d.ts +1 -0
- package/dist/auth/index.js +12 -0
- package/dist/auth/index.js.map +1 -0
- package/dist/auth/index.mjs +3 -0
- package/dist/auth/index.mjs.map +1 -0
- package/dist/cache/index.d.mts +26 -0
- package/dist/cache/index.d.ts +26 -0
- package/dist/cache/index.js +63 -0
- package/dist/cache/index.js.map +1 -0
- package/dist/cache/index.mjs +60 -0
- package/dist/cache/index.mjs.map +1 -0
- package/dist/chunk-Q4UXELOU.mjs +284 -0
- package/dist/chunk-Q4UXELOU.mjs.map +1 -0
- package/dist/chunk-WWN77BBN.js +286 -0
- package/dist/chunk-WWN77BBN.js.map +1 -0
- package/dist/generated/admins/index.d.mts +2566 -0
- package/dist/generated/admins/index.d.ts +2566 -0
- package/dist/generated/admins/index.js +110 -0
- package/dist/generated/admins/index.js.map +1 -0
- package/dist/generated/admins/index.mjs +97 -0
- package/dist/generated/admins/index.mjs.map +1 -0
- package/dist/generated/developers/index.d.mts +330 -0
- package/dist/generated/developers/index.d.ts +330 -0
- package/dist/generated/developers/index.js +30 -0
- package/dist/generated/developers/index.js.map +1 -0
- package/dist/generated/developers/index.mjs +25 -0
- package/dist/generated/developers/index.mjs.map +1 -0
- package/dist/generated/parents/index.d.mts +1097 -0
- package/dist/generated/parents/index.d.ts +1097 -0
- package/dist/generated/parents/index.js +112 -0
- package/dist/generated/parents/index.js.map +1 -0
- package/dist/generated/parents/index.mjs +99 -0
- package/dist/generated/parents/index.mjs.map +1 -0
- package/dist/generated/play/index.d.mts +1060 -0
- package/dist/generated/play/index.d.ts +1060 -0
- package/dist/generated/play/index.js +109 -0
- package/dist/generated/play/index.js.map +1 -0
- package/dist/generated/play/index.mjs +96 -0
- package/dist/generated/play/index.mjs.map +1 -0
- package/dist/generated/public/index.d.mts +791 -0
- package/dist/generated/public/index.d.ts +791 -0
- package/dist/generated/public/index.js +39 -0
- package/dist/generated/public/index.js.map +1 -0
- package/dist/generated/public/index.mjs +33 -0
- package/dist/generated/public/index.mjs.map +1 -0
- package/dist/generated/teachers/index.d.mts +6205 -0
- package/dist/generated/teachers/index.d.ts +6205 -0
- package/dist/generated/teachers/index.js +353 -0
- package/dist/generated/teachers/index.js.map +1 -0
- package/dist/generated/teachers/index.mjs +282 -0
- package/dist/generated/teachers/index.mjs.map +1 -0
- package/dist/index-vM3xPKfV.d.mts +173 -0
- package/dist/index-vM3xPKfV.d.ts +173 -0
- package/dist/index.d.mts +154 -0
- package/dist/index.d.ts +154 -0
- package/dist/index.js +352 -0
- package/dist/index.js.map +1 -0
- package/dist/index.mjs +336 -0
- package/dist/index.mjs.map +1 -0
- package/package.json +111 -0
|
@@ -0,0 +1,112 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
// src/generated/parents/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/parents/gql.ts
|
|
20
|
+
var documents = {};
|
|
21
|
+
function graphql(source) {
|
|
22
|
+
return documents[source] ?? {};
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
// src/generated/parents/graphql.ts
|
|
26
|
+
var AwakeningSubscriptionPlanType = /* @__PURE__ */ ((AwakeningSubscriptionPlanType2) => {
|
|
27
|
+
AwakeningSubscriptionPlanType2["OneMonth"] = "ONE_MONTH";
|
|
28
|
+
AwakeningSubscriptionPlanType2["OneYear"] = "ONE_YEAR";
|
|
29
|
+
AwakeningSubscriptionPlanType2["SixMonth"] = "SIX_MONTH";
|
|
30
|
+
return AwakeningSubscriptionPlanType2;
|
|
31
|
+
})(AwakeningSubscriptionPlanType || {});
|
|
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 FluencyFocusType = /* @__PURE__ */ ((FluencyFocusType2) => {
|
|
46
|
+
FluencyFocusType2["Add5"] = "ADD5";
|
|
47
|
+
FluencyFocusType2["Add9"] = "ADD9";
|
|
48
|
+
FluencyFocusType2["Add10"] = "ADD10";
|
|
49
|
+
FluencyFocusType2["Mul9"] = "MUL9";
|
|
50
|
+
FluencyFocusType2["Mul10"] = "MUL10";
|
|
51
|
+
FluencyFocusType2["Mul12"] = "MUL12";
|
|
52
|
+
return FluencyFocusType2;
|
|
53
|
+
})(FluencyFocusType || {});
|
|
54
|
+
var FocusAreaStatusType = /* @__PURE__ */ ((FocusAreaStatusType2) => {
|
|
55
|
+
FocusAreaStatusType2["InProgress"] = "IN_PROGRESS";
|
|
56
|
+
FocusAreaStatusType2["Mastered"] = "MASTERED";
|
|
57
|
+
FocusAreaStatusType2["Unstarted"] = "UNSTARTED";
|
|
58
|
+
return FocusAreaStatusType2;
|
|
59
|
+
})(FocusAreaStatusType || {});
|
|
60
|
+
var PlaytimeType = /* @__PURE__ */ ((PlaytimeType2) => {
|
|
61
|
+
PlaytimeType2["Assessment"] = "ASSESSMENT";
|
|
62
|
+
PlaytimeType2["AwakeningAcademy"] = "AWAKENING_ACADEMY";
|
|
63
|
+
PlaytimeType2["AwakeningOverworld"] = "AWAKENING_OVERWORLD";
|
|
64
|
+
PlaytimeType2["AwakeningQuizzler"] = "AWAKENING_QUIZZLER";
|
|
65
|
+
PlaytimeType2["AwakeningV3Overworld"] = "AWAKENING_V3_OVERWORLD";
|
|
66
|
+
PlaytimeType2["Battle"] = "BATTLE";
|
|
67
|
+
PlaytimeType2["BeastieBattle"] = "BEASTIE_BATTLE";
|
|
68
|
+
PlaytimeType2["BeastieChallenge"] = "BEASTIE_CHALLENGE";
|
|
69
|
+
PlaytimeType2["ClassicPlaylistOverworld"] = "CLASSIC_PLAYLIST_OVERWORLD";
|
|
70
|
+
PlaytimeType2["ClassroomAwakening"] = "CLASSROOM_AWAKENING";
|
|
71
|
+
PlaytimeType2["FluencyAssess"] = "FLUENCY_ASSESS";
|
|
72
|
+
PlaytimeType2["FluencyEstablish"] = "FLUENCY_ESTABLISH";
|
|
73
|
+
PlaytimeType2["FluencyPractice"] = "FLUENCY_PRACTICE";
|
|
74
|
+
PlaytimeType2["FluencyTyping"] = "FLUENCY_TYPING";
|
|
75
|
+
PlaytimeType2["MiniGame"] = "MINI_GAME";
|
|
76
|
+
PlaytimeType2["StructuredFreeplay"] = "STRUCTURED_FREEPLAY";
|
|
77
|
+
PlaytimeType2["StudentHomePlay"] = "STUDENT_HOME_PLAY";
|
|
78
|
+
PlaytimeType2["TargetedLearningOverworld"] = "TARGETED_LEARNING_OVERWORLD";
|
|
79
|
+
PlaytimeType2["Video"] = "VIDEO";
|
|
80
|
+
return PlaytimeType2;
|
|
81
|
+
})(PlaytimeType || {});
|
|
82
|
+
var SubjectArea = /* @__PURE__ */ ((SubjectArea2) => {
|
|
83
|
+
SubjectArea2["Math"] = "MATH";
|
|
84
|
+
SubjectArea2["Science"] = "SCIENCE";
|
|
85
|
+
SubjectArea2["SocialStudies"] = "SOCIAL_STUDIES";
|
|
86
|
+
return SubjectArea2;
|
|
87
|
+
})(SubjectArea || {});
|
|
88
|
+
var SubscriptionProviderType = /* @__PURE__ */ ((SubscriptionProviderType2) => {
|
|
89
|
+
SubscriptionProviderType2["Android"] = "ANDROID";
|
|
90
|
+
SubscriptionProviderType2["District"] = "DISTRICT";
|
|
91
|
+
SubscriptionProviderType2["Ios"] = "IOS";
|
|
92
|
+
SubscriptionProviderType2["Lol"] = "LOL";
|
|
93
|
+
SubscriptionProviderType2["School"] = "SCHOOL";
|
|
94
|
+
SubscriptionProviderType2["Stripe"] = "STRIPE";
|
|
95
|
+
SubscriptionProviderType2["Teacher"] = "TEACHER";
|
|
96
|
+
return SubscriptionProviderType2;
|
|
97
|
+
})(SubscriptionProviderType || {});
|
|
98
|
+
|
|
99
|
+
exports.AwakeningSubscriptionPlanType = AwakeningSubscriptionPlanType;
|
|
100
|
+
exports.FluencyFactOperation = FluencyFactOperation;
|
|
101
|
+
exports.FluencyFactProgressStatusType = FluencyFactProgressStatusType;
|
|
102
|
+
exports.FluencyFocusType = FluencyFocusType;
|
|
103
|
+
exports.FocusAreaStatusType = FocusAreaStatusType;
|
|
104
|
+
exports.PlaytimeType = PlaytimeType;
|
|
105
|
+
exports.SubjectArea = SubjectArea;
|
|
106
|
+
exports.SubscriptionProviderType = SubscriptionProviderType;
|
|
107
|
+
exports.graphql = graphql;
|
|
108
|
+
exports.isFragmentReady = isFragmentReady;
|
|
109
|
+
exports.makeFragmentData = makeFragmentData;
|
|
110
|
+
exports.useFragment = useFragment;
|
|
111
|
+
//# sourceMappingURL=index.js.map
|
|
112
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../src/generated/parents/fragment-masking.ts","../../../src/generated/parents/gql.ts","../../../src/generated/parents/graphql.ts"],"names":["AwakeningSubscriptionPlanType","FluencyFactOperation","FluencyFactProgressStatusType","FluencyFocusType","FocusAreaStatusType","PlaytimeType","SubjectArea","SubscriptionProviderType"],"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 `Date` scalar type represents a date. The Date appears in a JSON\n * response as an ISO8601 formatted string, without a time component.\n */\n Date: { input: any; output: any; }\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 `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 ActivitySummary = {\n __typename?: 'ActivitySummary';\n count: Scalars['Int']['output'];\n playDate: Scalars['Date']['output'];\n};\n\nexport type Answer = {\n __typename?: 'Answer';\n answer?: Maybe<Scalars['String']['output']>;\n choiceNum?: Maybe<Scalars['Int']['output']>;\n id?: Maybe<Scalars['ID']['output']>;\n isCorrect?: Maybe<Scalars['Boolean']['output']>;\n};\n\nexport type Audience = {\n __typename?: 'Audience';\n g1?: Maybe<Scalars['Boolean']['output']>;\n g2?: Maybe<Scalars['Boolean']['output']>;\n g3?: Maybe<Scalars['Boolean']['output']>;\n g4?: Maybe<Scalars['Boolean']['output']>;\n g5?: Maybe<Scalars['Boolean']['output']>;\n g6?: Maybe<Scalars['Boolean']['output']>;\n g7?: Maybe<Scalars['Boolean']['output']>;\n g8?: Maybe<Scalars['Boolean']['output']>;\n g9?: Maybe<Scalars['Boolean']['output']>;\n g10?: Maybe<Scalars['Boolean']['output']>;\n g11?: Maybe<Scalars['Boolean']['output']>;\n g12?: Maybe<Scalars['Boolean']['output']>;\n k?: Maybe<Scalars['Boolean']['output']>;\n};\n\nexport type AwakeningSubscription = {\n __typename?: 'AwakeningSubscription';\n autoRenew?: Maybe<Scalars['Boolean']['output']>;\n expiresAt?: Maybe<Scalars['DateTime']['output']>;\n id: Scalars['ID']['output'];\n isActive: Scalars['Boolean']['output'];\n payerUser?: Maybe<User>;\n payerUserId?: Maybe<Scalars['ID']['output']>;\n purchasedAt?: Maybe<Scalars['DateTime']['output']>;\n subscriptionPlanType?: Maybe<AwakeningSubscriptionPlanType>;\n subscriptionProvider?: Maybe<SubscriptionProviderType>;\n};\n\nexport type AwakeningSubscriptionPlan = {\n __typename?: 'AwakeningSubscriptionPlan';\n billingFrequencyDisplay?: Maybe<Scalars['String']['output']>;\n chargeAmountInCents?: Maybe<Scalars['Int']['output']>;\n chargeCurrency?: Maybe<Scalars['String']['output']>;\n chargePeriodType?: Maybe<Scalars['String']['output']>;\n durationDisplay?: Maybe<Scalars['String']['output']>;\n id: Scalars['ID']['output'];\n onSale?: Maybe<Scalars['Boolean']['output']>;\n originalPriceInCents?: Maybe<Scalars['Int']['output']>;\n savingDescriptionDisplay?: Maybe<Scalars['String']['output']>;\n savingPercentageDisplay?: Maybe<Scalars['String']['output']>;\n type?: Maybe<AwakeningSubscriptionPlanType>;\n};\n\nexport enum AwakeningSubscriptionPlanType {\n OneMonth = 'ONE_MONTH',\n OneYear = 'ONE_YEAR',\n SixMonth = 'SIX_MONTH'\n}\n\nexport type AwakeningSubscriptionPlansHeader = {\n __typename?: 'AwakeningSubscriptionPlansHeader';\n bannerText?: Maybe<Scalars['String']['output']>;\n displayText?: Maybe<Scalars['String']['output']>;\n};\n\nexport type BuildVersion = {\n __typename?: 'BuildVersion';\n build?: Maybe<Scalars['String']['output']>;\n version?: Maybe<Scalars['String']['output']>;\n};\n\nexport type Concept = {\n __typename?: 'Concept';\n concept?: Maybe<Scalars['String']['output']>;\n conceptIdent?: Maybe<Scalars['String']['output']>;\n id?: Maybe<Scalars['ID']['output']>;\n};\n\nexport type Connection = {\n __typename?: 'Connection';\n confirmedAt: Scalars['DateTime']['output'];\n connectedAt: Scalars['DateTime']['output'];\n id: Scalars['ID']['output'];\n parentUser?: Maybe<User>;\n parentUserId: Scalars['ID']['output'];\n studentUser?: Maybe<User>;\n studentUserId: Scalars['ID']['output'];\n};\n\nexport type ConnectionsList = {\n __typename?: 'ConnectionsList';\n entries?: Maybe<Array<Maybe<Connection>>>;\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 CreatedStudent = {\n __typename?: 'CreatedStudent';\n password?: Maybe<Scalars['String']['output']>;\n student?: Maybe<Student>;\n};\n\nexport type CurrentUser = {\n __typename?: 'CurrentUser';\n displayName?: Maybe<Scalars['String']['output']>;\n email?: Maybe<Scalars['String']['output']>;\n firstName?: Maybe<Scalars['String']['output']>;\n hasGoogleAccount?: Maybe<Scalars['Boolean']['output']>;\n id?: Maybe<Scalars['ID']['output']>;\n imageUploadHash?: Maybe<Scalars['String']['output']>;\n isStripeCustomer: Scalars['Boolean']['output'];\n lastName?: Maybe<Scalars['String']['output']>;\n referralCode?: Maybe<Scalars['String']['output']>;\n signInCount?: Maybe<Scalars['Int']['output']>;\n teacherId?: Maybe<Scalars['Int']['output']>;\n timezone?: Maybe<Scalars['String']['output']>;\n username?: Maybe<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 instructorUserId: Scalars['ID']['output'];\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 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};\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\nexport type FluencySessionFilter = {\n startTimeAfter?: InputMaybe<Scalars['DateTime']['input']>;\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 username?: Maybe<Scalars['String']['output']>;\n};\n\nexport type FocusAreaStatus = {\n __typename?: 'FocusAreaStatus';\n beastieBattleCount?: Maybe<Scalars['Int']['output']>;\n beastieChallengeCount?: Maybe<Scalars['Int']['output']>;\n count?: Maybe<Scalars['Int']['output']>;\n id?: Maybe<Scalars['ID']['output']>;\n isActive?: Maybe<Scalars['Boolean']['output']>;\n learningObjectiveId?: Maybe<Scalars['ID']['output']>;\n miniGameCount?: Maybe<Scalars['Int']['output']>;\n playerUserId?: Maybe<Scalars['ID']['output']>;\n quizzlerCount?: Maybe<Scalars['Int']['output']>;\n subjectArea?: Maybe<SubjectArea>;\n totalAnswered?: Maybe<Scalars['Int']['output']>;\n totalCorrectlyAnswered?: Maybe<Scalars['Int']['output']>;\n type?: Maybe<FocusAreaStatusType>;\n};\n\nexport enum FocusAreaStatusType {\n InProgress = 'IN_PROGRESS',\n Mastered = 'MASTERED',\n Unstarted = 'UNSTARTED'\n}\n\nexport type FocusAreaStatusesList = {\n __typename?: 'FocusAreaStatusesList';\n entries?: Maybe<Array<Maybe<FocusAreaStatus>>>;\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 FocusMastery = {\n __typename?: 'FocusMastery';\n learningObjectives?: Maybe<Array<Maybe<ProgressionLearningObjective>>>;\n progressCells?: Maybe<Array<Maybe<ProgressionCell>>>;\n};\n\nexport type Game = {\n __typename?: 'Game';\n audience?: Maybe<Audience>;\n banner?: Maybe<Scalars['String']['output']>;\n clonedFromGameId?: Maybe<Scalars['Int']['output']>;\n conceptAlignedQuestions?: Maybe<Array<Maybe<Question>>>;\n concepts?: Maybe<Array<Maybe<Concept>>>;\n contentType?: Maybe<Scalars['String']['output']>;\n createdAt?: Maybe<Scalars['DateTime']['output']>;\n description?: Maybe<Scalars['String']['output']>;\n developerDescription?: Maybe<Scalars['String']['output']>;\n developerInstructions?: Maybe<Scalars['String']['output']>;\n discussionQuestionsAfter?: Maybe<Scalars['String']['output']>;\n discussionQuestionsBefore?: Maybe<Scalars['String']['output']>;\n editorPickAt?: Maybe<Scalars['DateTime']['output']>;\n estimatedDuration?: Maybe<Scalars['Int']['output']>;\n game?: Maybe<Scalars['String']['output']>;\n gameDeveloperId?: Maybe<Scalars['Int']['output']>;\n id?: Maybe<Scalars['ID']['output']>;\n image?: Maybe<Scalars['String']['output']>;\n instructions?: Maybe<Scalars['String']['output']>;\n isAvailable?: Maybe<Scalars['Boolean']['output']>;\n learningObjectiveId?: Maybe<Scalars['ID']['output']>;\n learningObjectives?: Maybe<Array<Maybe<LearningObjective>>>;\n lexileLevel?: Maybe<Scalars['Int']['output']>;\n multiLanguage?: Maybe<Scalars['Boolean']['output']>;\n paidOut?: 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 sponsorshipImageUrl?: Maybe<Scalars['String']['output']>;\n sponsorshipLinkUrl?: Maybe<Scalars['String']['output']>;\n stat?: Maybe<GameStat>;\n supportsIpad?: Maybe<Scalars['Boolean']['output']>;\n supportsSpanish?: Maybe<Scalars['Boolean']['output']>;\n supportsTts?: Maybe<Scalars['Boolean']['output']>;\n teacherFacingPdfUrl?: Maybe<Scalars['String']['output']>;\n teacherReviews?: Maybe<GameReviewsList>;\n type?: Maybe<Scalars['String']['output']>;\n updatedAt?: Maybe<Scalars['DateTime']['output']>;\n version?: Maybe<GameVersion>;\n video?: Maybe<Scalars['String']['output']>;\n videoPreviewUrl?: Maybe<Scalars['String']['output']>;\n vocabulary?: Maybe<Scalars['String']['output']>;\n};\n\n\nexport type GameConceptAlignedQuestionsArgs = {\n learningObjectiveId: Scalars['ID']['input'];\n pageSize?: InputMaybe<Scalars['Int']['input']>;\n};\n\n\nexport type GameTeacherReviewsArgs = {\n page?: InputMaybe<Scalars['Int']['input']>;\n pageSize?: InputMaybe<Scalars['Int']['input']>;\n};\n\nexport type GameReview = {\n __typename?: 'GameReview';\n checkAlignment?: Maybe<Scalars['Boolean']['output']>;\n checkEngagement?: Maybe<Scalars['Boolean']['output']>;\n checkFriendlyness?: Maybe<Scalars['Boolean']['output']>;\n checkIssuesFree?: Maybe<Scalars['Boolean']['output']>;\n contentIntegration?: Maybe<Scalars['Int']['output']>;\n createdAt?: Maybe<Scalars['DateTime']['output']>;\n criticalThinkingLevel?: Maybe<Scalars['Int']['output']>;\n easeOfPlay?: Maybe<Scalars['Int']['output']>;\n id?: Maybe<Scalars['ID']['output']>;\n manuallyApproved?: Maybe<Scalars['Boolean']['output']>;\n ratingEffectiveness?: Maybe<Scalars['Int']['output']>;\n ratingEngagement?: Maybe<Scalars['Int']['output']>;\n ratingInstructionClarity?: Maybe<Scalars['Int']['output']>;\n ratingStability?: Maybe<Scalars['Int']['output']>;\n review?: Maybe<Scalars['String']['output']>;\n score?: Maybe<Scalars['Int']['output']>;\n suggestedUse?: Maybe<Scalars['String']['output']>;\n suggestions?: Maybe<Scalars['String']['output']>;\n teacherName?: Maybe<Scalars['String']['output']>;\n testerDisplayName?: Maybe<Scalars['String']['output']>;\n upvotesCount?: Maybe<Scalars['Int']['output']>;\n userHasUpvoted?: Maybe<Scalars['Boolean']['output']>;\n};\n\nexport type GameReviewsList = {\n __typename?: 'GameReviewsList';\n entries?: Maybe<Array<Maybe<GameReview>>>;\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 GameStat = {\n __typename?: 'GameStat';\n compositeRatingAvg?: Maybe<Scalars['Float']['output']>;\n compositeRatingScore?: Maybe<Scalars['Float']['output']>;\n contentIntegrationAvg?: Maybe<Scalars['Float']['output']>;\n easeOfPlayAvg?: Maybe<Scalars['Float']['output']>;\n id?: Maybe<Scalars['Int']['output']>;\n studentRatingAvg?: Maybe<Scalars['Float']['output']>;\n studentRatingCount?: Maybe<Scalars['Float']['output']>;\n studentRatingScoreSummary?: Maybe<Scalars['String']['output']>;\n suggestedUseSummary?: Maybe<Scalars['String']['output']>;\n teacherRatingAvg?: Maybe<Scalars['Float']['output']>;\n teacherRatingCount?: Maybe<Scalars['Float']['output']>;\n teacherRatingScoreSummary?: Maybe<Scalars['String']['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 GamesList = {\n __typename?: 'GamesList';\n entries?: Maybe<Array<Maybe<Game>>>;\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 Grade = {\n __typename?: 'Grade';\n grade?: Maybe<Scalars['String']['output']>;\n learningObjectiveId?: Maybe<Scalars['ID']['output']>;\n};\n\nexport type Image = {\n __typename?: 'Image';\n errorCode?: Maybe<Scalars['String']['output']>;\n id?: Maybe<Scalars['ID']['output']>;\n status?: Maybe<Scalars['String']['output']>;\n url?: Maybe<Scalars['String']['output']>;\n};\n\nexport type LearningObjective = {\n __typename?: 'LearningObjective';\n description?: Maybe<Scalars['String']['output']>;\n gameCount?: Maybe<Scalars['Int']['output']>;\n games?: Maybe<GamesList>;\n grades?: Maybe<Array<Maybe<Grade>>>;\n id?: Maybe<Scalars['ID']['output']>;\n imageKey?: Maybe<Scalars['String']['output']>;\n imageUrl?: Maybe<Scalars['String']['output']>;\n learningObjective?: Maybe<Scalars['String']['output']>;\n name?: Maybe<Scalars['String']['output']>;\n ngssDciName?: Maybe<Scalars['String']['output']>;\n questionCount?: Maybe<Scalars['Int']['output']>;\n sortOrder?: Maybe<Scalars['String']['output']>;\n standardCode?: Maybe<Scalars['String']['output']>;\n subject?: Maybe<Subject>;\n};\n\n\nexport type LearningObjectiveGamesArgs = {\n page?: InputMaybe<Scalars['Int']['input']>;\n pageSize?: InputMaybe<Scalars['Int']['input']>;\n type?: InputMaybe<Scalars['String']['input']>;\n};\n\nexport type LearningObjectiveUnit = {\n __typename?: 'LearningObjectiveUnit';\n id?: Maybe<Scalars['ID']['output']>;\n learningObjective?: Maybe<LearningObjective>;\n learningObjectiveId?: Maybe<Scalars['Int']['output']>;\n standardUnitId?: Maybe<Scalars['Int']['output']>;\n};\n\nexport type LearningObjectivesList = {\n __typename?: 'LearningObjectivesList';\n entries?: Maybe<Array<Maybe<LearningObjective>>>;\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 ParentLearningObjectiveUnit = {\n __typename?: 'ParentLearningObjectiveUnit';\n answers?: Maybe<Array<Maybe<ParentPlayerActivityAnswer>>>;\n complete?: Maybe<Scalars['Boolean']['output']>;\n id?: Maybe<Scalars['ID']['output']>;\n learningObjective?: Maybe<Scalars['String']['output']>;\n learningObjectiveId?: Maybe<Scalars['Int']['output']>;\n loAnswers?: Maybe<ParentQuestionAnswerData>;\n standardUnitId?: Maybe<Scalars['Int']['output']>;\n total?: Maybe<Scalars['Float']['output']>;\n};\n\nexport type ParentPlayerActivityAnswer = {\n __typename?: 'ParentPlayerActivityAnswer';\n id?: Maybe<Scalars['ID']['output']>;\n isCorrect?: Maybe<Scalars['Boolean']['output']>;\n};\n\nexport type ParentQuestionAnswerData = {\n __typename?: 'ParentQuestionAnswerData';\n answered?: Maybe<Scalars['Float']['output']>;\n correct?: Maybe<Scalars['Float']['output']>;\n incorrect?: Maybe<Scalars['Float']['output']>;\n};\n\nexport type ParentStandardUnit = {\n __typename?: 'ParentStandardUnit';\n gradeLevel?: Maybe<Scalars['Int']['output']>;\n id?: Maybe<Scalars['ID']['output']>;\n learningObjectiveUnits?: Maybe<Array<Maybe<ParentLearningObjectiveUnit>>>;\n name?: Maybe<Scalars['String']['output']>;\n standardId?: Maybe<Scalars['Int']['output']>;\n unitAnswers?: Maybe<ParentQuestionAnswerData>;\n unitCode?: Maybe<Scalars['String']['output']>;\n unitComplete?: Maybe<Scalars['Boolean']['output']>;\n unitNumber?: Maybe<Scalars['Float']['output']>;\n unitTotal?: Maybe<Scalars['Float']['output']>;\n};\n\nexport type ParentStandardUnitEntriesList = {\n __typename?: 'ParentStandardUnitEntriesList';\n entries?: Maybe<Array<Maybe<ParentStandardUnitEntry>>>;\n pageNumber?: Maybe<Scalars['Int']['output']>;\n pageSize?: Maybe<Scalars['Int']['output']>;\n standardIds?: Maybe<Array<Maybe<Scalars['String']['output']>>>;\n topics?: Maybe<Array<Maybe<Scalars['String']['output']>>>;\n totalEntries?: Maybe<Scalars['Int']['output']>;\n totalPages?: Maybe<Scalars['Int']['output']>;\n};\n\nexport type ParentStandardUnitEntry = {\n __typename?: 'ParentStandardUnitEntry';\n gradeLevel?: Maybe<Scalars['Int']['output']>;\n name?: Maybe<Scalars['String']['output']>;\n standardId?: Maybe<Scalars['String']['output']>;\n standardUnitId?: Maybe<Scalars['ID']['output']>;\n unitCode?: Maybe<Scalars['String']['output']>;\n unitNumber?: Maybe<Scalars['Int']['output']>;\n};\n\nexport type Player = {\n __typename?: 'Player';\n buddyListEnabled?: Maybe<Scalars['Boolean']['output']>;\n id?: Maybe<Scalars['ID']['output']>;\n};\n\nexport type PlayerActiveUnit = {\n __typename?: 'PlayerActiveUnit';\n id?: Maybe<Scalars['ID']['output']>;\n mostActive?: Maybe<Scalars['Boolean']['output']>;\n standard?: Maybe<Standard>;\n};\n\nexport type PlayerActivitiesSummariesList = {\n __typename?: 'PlayerActivitiesSummariesList';\n entries?: Maybe<Array<Maybe<PlayerActivitiesSummary>>>;\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 PlayerActivitiesSummary = {\n __typename?: 'PlayerActivitiesSummary';\n questionsAnswered?: Maybe<Scalars['Int']['output']>;\n questionsAnsweredCorrectly?: Maybe<Scalars['Int']['output']>;\n won: Scalars['Boolean']['output'];\n};\n\nexport type PlayerSubjectArea = {\n __typename?: 'PlayerSubjectArea';\n imageKey?: Maybe<Scalars['String']['output']>;\n isSelected?: Maybe<Scalars['Boolean']['output']>;\n label?: Maybe<Scalars['String']['output']>;\n standardId?: Maybe<Scalars['String']['output']>;\n};\n\nexport type Playtime = {\n __typename?: 'Playtime';\n playDate: Scalars['Date']['output'];\n playTimeSec: Scalars['Int']['output'];\n type?: Maybe<PlaytimeType>;\n};\n\nexport enum PlaytimeType {\n Assessment = 'ASSESSMENT',\n AwakeningAcademy = 'AWAKENING_ACADEMY',\n AwakeningOverworld = 'AWAKENING_OVERWORLD',\n AwakeningQuizzler = 'AWAKENING_QUIZZLER',\n AwakeningV3Overworld = 'AWAKENING_V3_OVERWORLD',\n Battle = 'BATTLE',\n BeastieBattle = 'BEASTIE_BATTLE',\n BeastieChallenge = 'BEASTIE_CHALLENGE',\n ClassicPlaylistOverworld = 'CLASSIC_PLAYLIST_OVERWORLD',\n ClassroomAwakening = 'CLASSROOM_AWAKENING',\n FluencyAssess = 'FLUENCY_ASSESS',\n FluencyEstablish = 'FLUENCY_ESTABLISH',\n FluencyPractice = 'FLUENCY_PRACTICE',\n FluencyTyping = 'FLUENCY_TYPING',\n MiniGame = 'MINI_GAME',\n StructuredFreeplay = 'STRUCTURED_FREEPLAY',\n StudentHomePlay = 'STUDENT_HOME_PLAY',\n TargetedLearningOverworld = 'TARGETED_LEARNING_OVERWORLD',\n Video = 'VIDEO'\n}\n\nexport type ProgressionCell = {\n __typename?: 'ProgressionCell';\n correctAnswers?: Maybe<Scalars['Int']['output']>;\n dateMastered?: Maybe<Scalars['DateTime']['output']>;\n dateStarted?: Maybe<Scalars['DateTime']['output']>;\n lastActivity?: Maybe<Scalars['DateTime']['output']>;\n learningObjectiveId?: Maybe<Scalars['Int']['output']>;\n masteryAchievement?: Maybe<Scalars['Boolean']['output']>;\n masteryScore?: Maybe<Scalars['Int']['output']>;\n questionsAnswered?: Maybe<Scalars['Int']['output']>;\n remainingQuestions?: Maybe<Scalars['Int']['output']>;\n status?: Maybe<Scalars['String']['output']>;\n studentId?: Maybe<Scalars['Int']['output']>;\n taskType?: Maybe<Scalars['String']['output']>;\n};\n\nexport type ProgressionLearningObjective = {\n __typename?: 'ProgressionLearningObjective';\n description?: Maybe<Scalars['String']['output']>;\n domainName?: Maybe<Scalars['String']['output']>;\n gradeLevel?: Maybe<Scalars['Int']['output']>;\n id?: Maybe<Scalars['Int']['output']>;\n name?: Maybe<Scalars['String']['output']>;\n ngssDciName?: Maybe<Scalars['String']['output']>;\n order?: Maybe<Scalars['Float']['output']>;\n standard?: Maybe<Scalars['String']['output']>;\n subjectArea?: Maybe<Scalars['String']['output']>;\n};\n\nexport type Question = {\n __typename?: 'Question';\n answers?: Maybe<Array<Maybe<Answer>>>;\n correctAnswerId?: Maybe<Scalars['Int']['output']>;\n depthOfKnowledge?: Maybe<Scalars['Int']['output']>;\n format?: Maybe<Scalars['String']['output']>;\n id?: Maybe<Scalars['ID']['output']>;\n image?: Maybe<Image>;\n imageId?: 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<Scalars['String']['output']>;\n subjectArea?: Maybe<Scalars['String']['output']>;\n type?: Maybe<Scalars['String']['output']>;\n};\n\nexport type RootMutationType = {\n __typename?: 'RootMutationType';\n /** Update parent password */\n changePassword?: Maybe<CurrentUser>;\n changeStudentPassword?: Maybe<Student>;\n /** Confirm student connection */\n confirmConnection?: Maybe<Scalars['Boolean']['output']>;\n connectToStudent?: Maybe<Student>;\n /** Generates an access token for Awakening native mobile client deep link to share a session */\n createAwakeningDeepLinkToken?: Maybe<Scalars['String']['output']>;\n createStripeCustomer?: Maybe<Scalars['Boolean']['output']>;\n createStripeSetupIntent: Scalars['String']['output'];\n createStudent?: Maybe<CreatedStudent>;\n disconnectStudent?: Maybe<Scalars['ID']['output']>;\n redeemPrepaidVoucher?: Maybe<Scalars['Boolean']['output']>;\n subscribePlayer?: Maybe<Scalars['Boolean']['output']>;\n unsubscribePlayer?: Maybe<Scalars['Boolean']['output']>;\n updateAllowHomeAccessDuringSchoolHours?: Maybe<Student>;\n /** Update parent first name and last name */\n updateName?: Maybe<CurrentUser>;\n updateStudentBuddyList?: Maybe<Student>;\n /** Update student fluency focus */\n updateStudentFluencyFocus?: Maybe<User>;\n updateStudentGradeLevel?: Maybe<Student>;\n updateStudentName?: Maybe<Student>;\n updateStudentState?: Maybe<Student>;\n};\n\n\nexport type RootMutationTypeChangePasswordArgs = {\n password?: InputMaybe<Scalars['String']['input']>;\n};\n\n\nexport type RootMutationTypeChangeStudentPasswordArgs = {\n password?: InputMaybe<Scalars['String']['input']>;\n studentUserId?: InputMaybe<Scalars['ID']['input']>;\n};\n\n\nexport type RootMutationTypeConfirmConnectionArgs = {\n studentUserId: Scalars['ID']['input'];\n};\n\n\nexport type RootMutationTypeConnectToStudentArgs = {\n password?: InputMaybe<Scalars['String']['input']>;\n username?: InputMaybe<Scalars['String']['input']>;\n};\n\n\nexport type RootMutationTypeCreateStripeCustomerArgs = {\n paymentMethod?: InputMaybe<Scalars['String']['input']>;\n};\n\n\nexport type RootMutationTypeCreateStudentArgs = {\n firstName: Scalars['String']['input'];\n gradeLevel?: InputMaybe<Scalars['String']['input']>;\n lastInitial: Scalars['String']['input'];\n password?: InputMaybe<Scalars['String']['input']>;\n stateId?: InputMaybe<Scalars['ID']['input']>;\n username?: InputMaybe<Scalars['String']['input']>;\n};\n\n\nexport type RootMutationTypeDisconnectStudentArgs = {\n studentUserId: Scalars['ID']['input'];\n};\n\n\nexport type RootMutationTypeRedeemPrepaidVoucherArgs = {\n playerUserId: Scalars['ID']['input'];\n prepaidVoucherRedemptionToken: Scalars['String']['input'];\n};\n\n\nexport type RootMutationTypeSubscribePlayerArgs = {\n paymentMethod: Scalars['String']['input'];\n playerUserId: Scalars['ID']['input'];\n promoCode?: InputMaybe<Scalars['String']['input']>;\n subscriptionPlanId: Scalars['ID']['input'];\n};\n\n\nexport type RootMutationTypeUnsubscribePlayerArgs = {\n playerUserId: Scalars['ID']['input'];\n};\n\n\nexport type RootMutationTypeUpdateAllowHomeAccessDuringSchoolHoursArgs = {\n allowHomeAccessDuringSchoolHours?: InputMaybe<Scalars['Boolean']['input']>;\n studentUserId?: InputMaybe<Scalars['ID']['input']>;\n};\n\n\nexport type RootMutationTypeUpdateNameArgs = {\n firstName?: InputMaybe<Scalars['String']['input']>;\n lastName?: InputMaybe<Scalars['String']['input']>;\n};\n\n\nexport type RootMutationTypeUpdateStudentBuddyListArgs = {\n buddyListEnabled?: InputMaybe<Scalars['Boolean']['input']>;\n studentUserId?: InputMaybe<Scalars['ID']['input']>;\n};\n\n\nexport type RootMutationTypeUpdateStudentFluencyFocusArgs = {\n focus?: InputMaybe<FluencyFocusType>;\n studentUserId?: InputMaybe<Scalars['ID']['input']>;\n};\n\n\nexport type RootMutationTypeUpdateStudentGradeLevelArgs = {\n gradeLevel?: InputMaybe<Scalars['String']['input']>;\n studentUserId?: InputMaybe<Scalars['ID']['input']>;\n};\n\n\nexport type RootMutationTypeUpdateStudentNameArgs = {\n firstName?: InputMaybe<Scalars['String']['input']>;\n lastInitial?: InputMaybe<Scalars['String']['input']>;\n studentUserId?: InputMaybe<Scalars['ID']['input']>;\n username?: InputMaybe<Scalars['String']['input']>;\n};\n\n\nexport type RootMutationTypeUpdateStudentStateArgs = {\n stateId?: InputMaybe<Scalars['String']['input']>;\n studentUserId?: InputMaybe<Scalars['ID']['input']>;\n};\n\nexport type RootQueryType = {\n __typename?: 'RootQueryType';\n /** The current version for the LoL Parents GraphQL API. */\n apiVersion?: Maybe<BuildVersion>;\n awakeningSubscriptionPlans?: Maybe<Array<AwakeningSubscriptionPlan>>;\n awakeningSubscriptionPlansHeader?: Maybe<AwakeningSubscriptionPlansHeader>;\n /** Get current user, when authenticated */\n currentUser?: Maybe<CurrentUser>;\n defaultStripePaymentMethod?: Maybe<StripePaymentMethod>;\n /** Fluency Fact Progress Statuses */\n fluencyFactProgressStatuses?: Maybe<Array<Maybe<FluencyFactProgressStatus>>>;\n /** Fluency Facts */\n fluencyFacts?: Maybe<Array<Maybe<FluencyFact>>>;\n /** Focus area list */\n focusAreaStatuses?: Maybe<FocusAreaStatusesList>;\n /** Focus mastery belonging to the current student */\n focusMastery?: Maybe<FocusMastery>;\n /** Learning objectives belonging to current teacher */\n learningObjectives?: Maybe<LearningObjectivesList>;\n listStates?: Maybe<Array<State>>;\n /** List unconfirmed student connections */\n listUnconfirmedConnections?: Maybe<ConnectionsList>;\n myFeatureFlags?: Maybe<Array<Scalars['String']['output']>>;\n /** Get parents assoc children */\n parentChildren?: Maybe<Array<Maybe<Student>>>;\n /** Get all standard units for this user and grades */\n parentStandardUnitEntries?: Maybe<ParentStandardUnitEntriesList>;\n /** Get player active units */\n playerActiveUnits?: Maybe<Array<Maybe<PlayerActiveUnit>>>;\n /** Get an activity summary */\n playerActivitiesSummary?: Maybe<PlayerActivitiesSummariesList>;\n /** Get default subject areas */\n playerSubjectAreas?: Maybe<Array<Maybe<PlayerSubjectArea>>>;\n /** Standard progression belonging to the current student */\n standardProgression?: Maybe<StandardProgressionList>;\n /** Get a list of standard units based on their ids */\n standardUnitEntries?: Maybe<StandardUnitEntriesList>;\n /** Get standard units for player and standard */\n standardUnits?: Maybe<Array<Maybe<ParentStandardUnit>>>;\n /** Get student details */\n studentDetail?: Maybe<Student>;\n /** Get a children's teacher list */\n studentTeachers?: Maybe<StudentTeachersList>;\n /** Student User by ID */\n studentUser?: Maybe<User>;\n /** Get a standard unit activities summary */\n unitActivities?: Maybe<UnitActivitiesList>;\n};\n\n\nexport type RootQueryTypeFluencyFactProgressStatusesArgs = {\n fluencyFocus: FluencyFocusType;\n startTimeAfter?: InputMaybe<Scalars['DateTime']['input']>;\n startTimeBefore: Scalars['DateTime']['input'];\n studentUserId: Scalars['ID']['input'];\n};\n\n\nexport type RootQueryTypeFluencyFactsArgs = {\n focus: FluencyFocusType;\n};\n\n\nexport type RootQueryTypeFocusAreaStatusesArgs = {\n page?: InputMaybe<Scalars['Int']['input']>;\n pageSize?: InputMaybe<Scalars['Int']['input']>;\n studentUserId?: InputMaybe<Scalars['ID']['input']>;\n subjectArea?: InputMaybe<SubjectArea>;\n teacherUserId?: InputMaybe<Scalars['ID']['input']>;\n};\n\n\nexport type RootQueryTypeFocusMasteryArgs = {\n gradeLevel?: InputMaybe<Scalars['Int']['input']>;\n loSearch?: InputMaybe<Scalars['String']['input']>;\n progressType?: InputMaybe<Scalars['String']['input']>;\n standard?: InputMaybe<Scalars['String']['input']>;\n studentUserId: Scalars['ID']['input'];\n subjectArea?: InputMaybe<SubjectArea>;\n};\n\n\nexport type RootQueryTypeLearningObjectivesArgs = {\n ids?: InputMaybe<Array<InputMaybe<Scalars['ID']['input']>>>;\n page?: InputMaybe<Scalars['Int']['input']>;\n pageSize?: InputMaybe<Scalars['Int']['input']>;\n};\n\n\nexport type RootQueryTypeListUnconfirmedConnectionsArgs = {\n page?: InputMaybe<Scalars['Int']['input']>;\n pageSize?: InputMaybe<Scalars['Int']['input']>;\n};\n\n\nexport type RootQueryTypeParentStandardUnitEntriesArgs = {\n grades: Array<InputMaybe<Scalars['String']['input']>>;\n page?: InputMaybe<Scalars['Int']['input']>;\n pageSize?: InputMaybe<Scalars['Int']['input']>;\n standards?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;\n studentUserId: Scalars['ID']['input'];\n subjectArea: Scalars['String']['input'];\n topics?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;\n};\n\n\nexport type RootQueryTypePlayerActiveUnitsArgs = {\n studentUserId: Scalars['String']['input'];\n};\n\n\nexport type RootQueryTypePlayerActivitiesSummaryArgs = {\n page?: InputMaybe<Scalars['Int']['input']>;\n pageSize?: InputMaybe<Scalars['Int']['input']>;\n teacherFocusAreaId: Scalars['ID']['input'];\n};\n\n\nexport type RootQueryTypePlayerSubjectAreasArgs = {\n studentUserId: Scalars['String']['input'];\n};\n\n\nexport type RootQueryTypeStandardProgressionArgs = {\n page?: InputMaybe<Scalars['Int']['input']>;\n pageSize?: InputMaybe<Scalars['Int']['input']>;\n studentUserId: Scalars['ID']['input'];\n};\n\n\nexport type RootQueryTypeStandardUnitEntriesArgs = {\n ids?: InputMaybe<Array<InputMaybe<Scalars['ID']['input']>>>;\n page?: InputMaybe<Scalars['Int']['input']>;\n pageSize?: InputMaybe<Scalars['Int']['input']>;\n};\n\n\nexport type RootQueryTypeStandardUnitsArgs = {\n gradeLevel: Scalars['String']['input'];\n standardId: Scalars['String']['input'];\n studentUserId: Scalars['String']['input'];\n};\n\n\nexport type RootQueryTypeStudentDetailArgs = {\n studentUserId: Scalars['String']['input'];\n};\n\n\nexport type RootQueryTypeStudentTeachersArgs = {\n page?: InputMaybe<Scalars['Int']['input']>;\n pageSize?: InputMaybe<Scalars['Int']['input']>;\n studentUserId?: InputMaybe<Scalars['ID']['input']>;\n};\n\n\nexport type RootQueryTypeStudentUserArgs = {\n id: Scalars['ID']['input'];\n};\n\n\nexport type RootQueryTypeUnitActivitiesArgs = {\n page?: InputMaybe<Scalars['Int']['input']>;\n pageSize?: InputMaybe<Scalars['Int']['input']>;\n standardUnitId: Scalars['ID']['input'];\n studentUserId: Scalars['ID']['input'];\n};\n\nexport type Standard = {\n __typename?: 'Standard';\n id?: Maybe<Scalars['ID']['output']>;\n publicName?: Maybe<Scalars['String']['output']>;\n subjectArea?: Maybe<Scalars['String']['output']>;\n};\n\nexport type StandardProgressionEntry = {\n __typename?: 'StandardProgressionEntry';\n awakeningQuizzlerCount?: Maybe<Scalars['Int']['output']>;\n beastieBattleCount?: Maybe<Scalars['Int']['output']>;\n beastieChallengeCount?: Maybe<Scalars['Int']['output']>;\n gradeLevel?: Maybe<Scalars['Int']['output']>;\n isActive?: Maybe<Scalars['Boolean']['output']>;\n miniGameCount?: Maybe<Scalars['Int']['output']>;\n name?: Maybe<Scalars['String']['output']>;\n playerUserId?: Maybe<Scalars['ID']['output']>;\n progress?: Maybe<Scalars['String']['output']>;\n standardUnitId?: Maybe<Scalars['ID']['output']>;\n totalAnswered?: Maybe<Scalars['Int']['output']>;\n totalCorrectlyAnswered?: Maybe<Scalars['Int']['output']>;\n unitCode?: Maybe<Scalars['String']['output']>;\n unitNumber?: Maybe<Scalars['Int']['output']>;\n};\n\nexport type StandardProgressionList = {\n __typename?: 'StandardProgressionList';\n entries?: Maybe<Array<Maybe<StandardProgressionEntry>>>;\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 StandardUnit = {\n __typename?: 'StandardUnit';\n gradeLevel?: Maybe<Scalars['Int']['output']>;\n id?: Maybe<Scalars['ID']['output']>;\n learningObjectiveUnits?: Maybe<Array<Maybe<LearningObjectiveUnit>>>;\n name?: Maybe<Scalars['String']['output']>;\n unitCode?: Maybe<Scalars['String']['output']>;\n unitNumber?: Maybe<Scalars['String']['output']>;\n};\n\nexport type StandardUnitEntriesList = {\n __typename?: 'StandardUnitEntriesList';\n entries?: Maybe<Array<Maybe<StandardUnitEntry>>>;\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 StandardUnitEntry = {\n __typename?: 'StandardUnitEntry';\n gradeLevel?: Maybe<Scalars['Int']['output']>;\n id?: Maybe<Scalars['ID']['output']>;\n name?: Maybe<Scalars['String']['output']>;\n standardId?: Maybe<Scalars['String']['output']>;\n subjectArea?: Maybe<Scalars['String']['output']>;\n unitCode?: Maybe<Scalars['String']['output']>;\n unitNumber?: Maybe<Scalars['Int']['output']>;\n};\n\nexport type State = {\n __typename?: 'State';\n abbrev: Scalars['String']['output'];\n id: Scalars['ID']['output'];\n name: Scalars['String']['output'];\n};\n\nexport type StripePaymentMethod = {\n __typename?: 'StripePaymentMethod';\n id?: Maybe<Scalars['ID']['output']>;\n last4?: Maybe<Scalars['String']['output']>;\n};\n\nexport type Student = {\n __typename?: 'Student';\n firstName?: Maybe<Scalars['String']['output']>;\n id?: Maybe<Scalars['ID']['output']>;\n lastInitial?: Maybe<Scalars['String']['output']>;\n user?: Maybe<User>;\n username?: Maybe<Scalars['String']['output']>;\n};\n\nexport type StudentTeacher = {\n __typename?: 'StudentTeacher';\n familyName?: Maybe<Scalars['String']['output']>;\n givenName?: Maybe<Scalars['String']['output']>;\n schoolId?: Maybe<Scalars['ID']['output']>;\n stateId?: Maybe<Scalars['ID']['output']>;\n teacherId?: Maybe<Scalars['ID']['output']>;\n teacherUserId?: Maybe<Scalars['ID']['output']>;\n};\n\nexport type StudentTeachersList = {\n __typename?: 'StudentTeachersList';\n entries?: Maybe<Array<Maybe<StudentTeacher>>>;\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 Subject = {\n __typename?: 'Subject';\n gradeLevel?: Maybe<Scalars['String']['output']>;\n iconSvgName?: Maybe<Scalars['String']['output']>;\n id?: Maybe<Scalars['ID']['output']>;\n imageKey?: Maybe<Scalars['String']['output']>;\n imageUrl?: Maybe<Scalars['String']['output']>;\n learningObjectives?: Maybe<Array<Maybe<LearningObjective>>>;\n name?: Maybe<Scalars['String']['output']>;\n sortOrder?: 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 enum SubjectArea {\n Math = 'MATH',\n Science = 'SCIENCE',\n SocialStudies = 'SOCIAL_STUDIES'\n}\n\n/** The payment provider on an Awakening subscription */\nexport enum SubscriptionProviderType {\n /** Android Play Store */\n Android = 'ANDROID',\n /** District */\n District = 'DISTRICT',\n /** iOS App Store */\n Ios = 'IOS',\n /** Internal LOL subscription */\n Lol = 'LOL',\n /** School */\n School = 'SCHOOL',\n /** Stripe */\n Stripe = 'STRIPE',\n /** Teacher */\n Teacher = 'TEACHER'\n}\n\nexport type UnitActivitiesList = {\n __typename?: 'UnitActivitiesList';\n entries?: Maybe<Array<Maybe<UnitActivitiesSummary>>>;\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 UnitActivitiesSummary = {\n __typename?: 'UnitActivitiesSummary';\n playerId?: Maybe<Scalars['Int']['output']>;\n standardUnitId?: Maybe<Scalars['Int']['output']>;\n totalAnswered?: Maybe<Scalars['Int']['output']>;\n totalCorrectlyAnswered?: Maybe<Scalars['Int']['output']>;\n type?: Maybe<Scalars['String']['output']>;\n unitCode?: Maybe<Scalars['String']['output']>;\n};\n\nexport type User = {\n __typename?: 'User';\n activityDailySummaries?: Maybe<Array<Maybe<ActivitySummary>>>;\n allowHomeAccessDuringSchoolHours?: Maybe<Scalars['Boolean']['output']>;\n assignedFluencyFocus?: Maybe<FluencyFocus>;\n assignedFluencyFocuses?: Maybe<Array<Maybe<FluencyFocus>>>;\n awakeningSubscriptions?: Maybe<Array<Maybe<AwakeningSubscription>>>;\n currentSignInAt?: Maybe<Scalars['DateTime']['output']>;\n currentStandardUnit?: Maybe<StandardUnit>;\n email?: Maybe<Scalars['String']['output']>;\n firstName?: Maybe<Scalars['String']['output']>;\n fluencySessions?: Maybe<Array<Maybe<FluencySession>>>;\n gradeLevel?: Maybe<Scalars['String']['output']>;\n hasAwakeningManagedSubscription?: Maybe<Scalars['Boolean']['output']>;\n id?: Maybe<Scalars['ID']['output']>;\n imageUploadHash?: Maybe<Scalars['String']['output']>;\n isStripeCustomer: Scalars['Boolean']['output'];\n isSubscribed?: Maybe<Scalars['Boolean']['output']>;\n lastName?: Maybe<Scalars['String']['output']>;\n mostRecentAddSubFocus?: Maybe<FluencyFocusType>;\n mostRecentMulDivFocus?: Maybe<FluencyFocusType>;\n player?: Maybe<Player>;\n playtimeDailySummaries?: Maybe<Array<Maybe<Playtime>>>;\n standardId?: Maybe<Scalars['String']['output']>;\n state?: Maybe<State>;\n username?: Maybe<Scalars['String']['output']>;\n};\n\n\nexport type UserActivityDailySummariesArgs = {\n endDate?: InputMaybe<Scalars['Date']['input']>;\n excludeTypes?: InputMaybe<Array<InputMaybe<PlaytimeType>>>;\n startDate?: InputMaybe<Scalars['Date']['input']>;\n types?: InputMaybe<Array<InputMaybe<PlaytimeType>>>;\n};\n\n\nexport type UserAssignedFluencyFocusArgs = {\n filterOnCurrentUser?: InputMaybe<Scalars['Boolean']['input']>;\n};\n\n\nexport type UserAwakeningSubscriptionsArgs = {\n isActive?: InputMaybe<Scalars['Boolean']['input']>;\n};\n\n\nexport type UserFluencySessionsArgs = {\n filter?: InputMaybe<FluencySessionFilter>;\n};\n\n\nexport type UserPlaytimeDailySummariesArgs = {\n endDate?: InputMaybe<Scalars['Date']['input']>;\n excludeTypes?: InputMaybe<Array<InputMaybe<PlaytimeType>>>;\n startDate?: InputMaybe<Scalars['Date']['input']>;\n types?: InputMaybe<Array<PlaytimeType>>;\n};\n"]}
|
|
@@ -0,0 +1,99 @@
|
|
|
1
|
+
// src/generated/parents/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/parents/gql.ts
|
|
18
|
+
var documents = {};
|
|
19
|
+
function graphql(source) {
|
|
20
|
+
return documents[source] ?? {};
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
// src/generated/parents/graphql.ts
|
|
24
|
+
var AwakeningSubscriptionPlanType = /* @__PURE__ */ ((AwakeningSubscriptionPlanType2) => {
|
|
25
|
+
AwakeningSubscriptionPlanType2["OneMonth"] = "ONE_MONTH";
|
|
26
|
+
AwakeningSubscriptionPlanType2["OneYear"] = "ONE_YEAR";
|
|
27
|
+
AwakeningSubscriptionPlanType2["SixMonth"] = "SIX_MONTH";
|
|
28
|
+
return AwakeningSubscriptionPlanType2;
|
|
29
|
+
})(AwakeningSubscriptionPlanType || {});
|
|
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 FluencyFocusType = /* @__PURE__ */ ((FluencyFocusType2) => {
|
|
44
|
+
FluencyFocusType2["Add5"] = "ADD5";
|
|
45
|
+
FluencyFocusType2["Add9"] = "ADD9";
|
|
46
|
+
FluencyFocusType2["Add10"] = "ADD10";
|
|
47
|
+
FluencyFocusType2["Mul9"] = "MUL9";
|
|
48
|
+
FluencyFocusType2["Mul10"] = "MUL10";
|
|
49
|
+
FluencyFocusType2["Mul12"] = "MUL12";
|
|
50
|
+
return FluencyFocusType2;
|
|
51
|
+
})(FluencyFocusType || {});
|
|
52
|
+
var FocusAreaStatusType = /* @__PURE__ */ ((FocusAreaStatusType2) => {
|
|
53
|
+
FocusAreaStatusType2["InProgress"] = "IN_PROGRESS";
|
|
54
|
+
FocusAreaStatusType2["Mastered"] = "MASTERED";
|
|
55
|
+
FocusAreaStatusType2["Unstarted"] = "UNSTARTED";
|
|
56
|
+
return FocusAreaStatusType2;
|
|
57
|
+
})(FocusAreaStatusType || {});
|
|
58
|
+
var PlaytimeType = /* @__PURE__ */ ((PlaytimeType2) => {
|
|
59
|
+
PlaytimeType2["Assessment"] = "ASSESSMENT";
|
|
60
|
+
PlaytimeType2["AwakeningAcademy"] = "AWAKENING_ACADEMY";
|
|
61
|
+
PlaytimeType2["AwakeningOverworld"] = "AWAKENING_OVERWORLD";
|
|
62
|
+
PlaytimeType2["AwakeningQuizzler"] = "AWAKENING_QUIZZLER";
|
|
63
|
+
PlaytimeType2["AwakeningV3Overworld"] = "AWAKENING_V3_OVERWORLD";
|
|
64
|
+
PlaytimeType2["Battle"] = "BATTLE";
|
|
65
|
+
PlaytimeType2["BeastieBattle"] = "BEASTIE_BATTLE";
|
|
66
|
+
PlaytimeType2["BeastieChallenge"] = "BEASTIE_CHALLENGE";
|
|
67
|
+
PlaytimeType2["ClassicPlaylistOverworld"] = "CLASSIC_PLAYLIST_OVERWORLD";
|
|
68
|
+
PlaytimeType2["ClassroomAwakening"] = "CLASSROOM_AWAKENING";
|
|
69
|
+
PlaytimeType2["FluencyAssess"] = "FLUENCY_ASSESS";
|
|
70
|
+
PlaytimeType2["FluencyEstablish"] = "FLUENCY_ESTABLISH";
|
|
71
|
+
PlaytimeType2["FluencyPractice"] = "FLUENCY_PRACTICE";
|
|
72
|
+
PlaytimeType2["FluencyTyping"] = "FLUENCY_TYPING";
|
|
73
|
+
PlaytimeType2["MiniGame"] = "MINI_GAME";
|
|
74
|
+
PlaytimeType2["StructuredFreeplay"] = "STRUCTURED_FREEPLAY";
|
|
75
|
+
PlaytimeType2["StudentHomePlay"] = "STUDENT_HOME_PLAY";
|
|
76
|
+
PlaytimeType2["TargetedLearningOverworld"] = "TARGETED_LEARNING_OVERWORLD";
|
|
77
|
+
PlaytimeType2["Video"] = "VIDEO";
|
|
78
|
+
return PlaytimeType2;
|
|
79
|
+
})(PlaytimeType || {});
|
|
80
|
+
var SubjectArea = /* @__PURE__ */ ((SubjectArea2) => {
|
|
81
|
+
SubjectArea2["Math"] = "MATH";
|
|
82
|
+
SubjectArea2["Science"] = "SCIENCE";
|
|
83
|
+
SubjectArea2["SocialStudies"] = "SOCIAL_STUDIES";
|
|
84
|
+
return SubjectArea2;
|
|
85
|
+
})(SubjectArea || {});
|
|
86
|
+
var SubscriptionProviderType = /* @__PURE__ */ ((SubscriptionProviderType2) => {
|
|
87
|
+
SubscriptionProviderType2["Android"] = "ANDROID";
|
|
88
|
+
SubscriptionProviderType2["District"] = "DISTRICT";
|
|
89
|
+
SubscriptionProviderType2["Ios"] = "IOS";
|
|
90
|
+
SubscriptionProviderType2["Lol"] = "LOL";
|
|
91
|
+
SubscriptionProviderType2["School"] = "SCHOOL";
|
|
92
|
+
SubscriptionProviderType2["Stripe"] = "STRIPE";
|
|
93
|
+
SubscriptionProviderType2["Teacher"] = "TEACHER";
|
|
94
|
+
return SubscriptionProviderType2;
|
|
95
|
+
})(SubscriptionProviderType || {});
|
|
96
|
+
|
|
97
|
+
export { AwakeningSubscriptionPlanType, FluencyFactOperation, FluencyFactProgressStatusType, FluencyFocusType, FocusAreaStatusType, PlaytimeType, SubjectArea, SubscriptionProviderType, graphql, isFragmentReady, makeFragmentData, useFragment };
|
|
98
|
+
//# sourceMappingURL=index.mjs.map
|
|
99
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../src/generated/parents/fragment-masking.ts","../../../src/generated/parents/gql.ts","../../../src/generated/parents/graphql.ts"],"names":["AwakeningSubscriptionPlanType","FluencyFactOperation","FluencyFactProgressStatusType","FluencyFocusType","FocusAreaStatusType","PlaytimeType","SubjectArea","SubscriptionProviderType"],"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 `Date` scalar type represents a date. The Date appears in a JSON\n * response as an ISO8601 formatted string, without a time component.\n */\n Date: { input: any; output: any; }\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 `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 ActivitySummary = {\n __typename?: 'ActivitySummary';\n count: Scalars['Int']['output'];\n playDate: Scalars['Date']['output'];\n};\n\nexport type Answer = {\n __typename?: 'Answer';\n answer?: Maybe<Scalars['String']['output']>;\n choiceNum?: Maybe<Scalars['Int']['output']>;\n id?: Maybe<Scalars['ID']['output']>;\n isCorrect?: Maybe<Scalars['Boolean']['output']>;\n};\n\nexport type Audience = {\n __typename?: 'Audience';\n g1?: Maybe<Scalars['Boolean']['output']>;\n g2?: Maybe<Scalars['Boolean']['output']>;\n g3?: Maybe<Scalars['Boolean']['output']>;\n g4?: Maybe<Scalars['Boolean']['output']>;\n g5?: Maybe<Scalars['Boolean']['output']>;\n g6?: Maybe<Scalars['Boolean']['output']>;\n g7?: Maybe<Scalars['Boolean']['output']>;\n g8?: Maybe<Scalars['Boolean']['output']>;\n g9?: Maybe<Scalars['Boolean']['output']>;\n g10?: Maybe<Scalars['Boolean']['output']>;\n g11?: Maybe<Scalars['Boolean']['output']>;\n g12?: Maybe<Scalars['Boolean']['output']>;\n k?: Maybe<Scalars['Boolean']['output']>;\n};\n\nexport type AwakeningSubscription = {\n __typename?: 'AwakeningSubscription';\n autoRenew?: Maybe<Scalars['Boolean']['output']>;\n expiresAt?: Maybe<Scalars['DateTime']['output']>;\n id: Scalars['ID']['output'];\n isActive: Scalars['Boolean']['output'];\n payerUser?: Maybe<User>;\n payerUserId?: Maybe<Scalars['ID']['output']>;\n purchasedAt?: Maybe<Scalars['DateTime']['output']>;\n subscriptionPlanType?: Maybe<AwakeningSubscriptionPlanType>;\n subscriptionProvider?: Maybe<SubscriptionProviderType>;\n};\n\nexport type AwakeningSubscriptionPlan = {\n __typename?: 'AwakeningSubscriptionPlan';\n billingFrequencyDisplay?: Maybe<Scalars['String']['output']>;\n chargeAmountInCents?: Maybe<Scalars['Int']['output']>;\n chargeCurrency?: Maybe<Scalars['String']['output']>;\n chargePeriodType?: Maybe<Scalars['String']['output']>;\n durationDisplay?: Maybe<Scalars['String']['output']>;\n id: Scalars['ID']['output'];\n onSale?: Maybe<Scalars['Boolean']['output']>;\n originalPriceInCents?: Maybe<Scalars['Int']['output']>;\n savingDescriptionDisplay?: Maybe<Scalars['String']['output']>;\n savingPercentageDisplay?: Maybe<Scalars['String']['output']>;\n type?: Maybe<AwakeningSubscriptionPlanType>;\n};\n\nexport enum AwakeningSubscriptionPlanType {\n OneMonth = 'ONE_MONTH',\n OneYear = 'ONE_YEAR',\n SixMonth = 'SIX_MONTH'\n}\n\nexport type AwakeningSubscriptionPlansHeader = {\n __typename?: 'AwakeningSubscriptionPlansHeader';\n bannerText?: Maybe<Scalars['String']['output']>;\n displayText?: Maybe<Scalars['String']['output']>;\n};\n\nexport type BuildVersion = {\n __typename?: 'BuildVersion';\n build?: Maybe<Scalars['String']['output']>;\n version?: Maybe<Scalars['String']['output']>;\n};\n\nexport type Concept = {\n __typename?: 'Concept';\n concept?: Maybe<Scalars['String']['output']>;\n conceptIdent?: Maybe<Scalars['String']['output']>;\n id?: Maybe<Scalars['ID']['output']>;\n};\n\nexport type Connection = {\n __typename?: 'Connection';\n confirmedAt: Scalars['DateTime']['output'];\n connectedAt: Scalars['DateTime']['output'];\n id: Scalars['ID']['output'];\n parentUser?: Maybe<User>;\n parentUserId: Scalars['ID']['output'];\n studentUser?: Maybe<User>;\n studentUserId: Scalars['ID']['output'];\n};\n\nexport type ConnectionsList = {\n __typename?: 'ConnectionsList';\n entries?: Maybe<Array<Maybe<Connection>>>;\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 CreatedStudent = {\n __typename?: 'CreatedStudent';\n password?: Maybe<Scalars['String']['output']>;\n student?: Maybe<Student>;\n};\n\nexport type CurrentUser = {\n __typename?: 'CurrentUser';\n displayName?: Maybe<Scalars['String']['output']>;\n email?: Maybe<Scalars['String']['output']>;\n firstName?: Maybe<Scalars['String']['output']>;\n hasGoogleAccount?: Maybe<Scalars['Boolean']['output']>;\n id?: Maybe<Scalars['ID']['output']>;\n imageUploadHash?: Maybe<Scalars['String']['output']>;\n isStripeCustomer: Scalars['Boolean']['output'];\n lastName?: Maybe<Scalars['String']['output']>;\n referralCode?: Maybe<Scalars['String']['output']>;\n signInCount?: Maybe<Scalars['Int']['output']>;\n teacherId?: Maybe<Scalars['Int']['output']>;\n timezone?: Maybe<Scalars['String']['output']>;\n username?: Maybe<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 instructorUserId: Scalars['ID']['output'];\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 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};\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\nexport type FluencySessionFilter = {\n startTimeAfter?: InputMaybe<Scalars['DateTime']['input']>;\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 username?: Maybe<Scalars['String']['output']>;\n};\n\nexport type FocusAreaStatus = {\n __typename?: 'FocusAreaStatus';\n beastieBattleCount?: Maybe<Scalars['Int']['output']>;\n beastieChallengeCount?: Maybe<Scalars['Int']['output']>;\n count?: Maybe<Scalars['Int']['output']>;\n id?: Maybe<Scalars['ID']['output']>;\n isActive?: Maybe<Scalars['Boolean']['output']>;\n learningObjectiveId?: Maybe<Scalars['ID']['output']>;\n miniGameCount?: Maybe<Scalars['Int']['output']>;\n playerUserId?: Maybe<Scalars['ID']['output']>;\n quizzlerCount?: Maybe<Scalars['Int']['output']>;\n subjectArea?: Maybe<SubjectArea>;\n totalAnswered?: Maybe<Scalars['Int']['output']>;\n totalCorrectlyAnswered?: Maybe<Scalars['Int']['output']>;\n type?: Maybe<FocusAreaStatusType>;\n};\n\nexport enum FocusAreaStatusType {\n InProgress = 'IN_PROGRESS',\n Mastered = 'MASTERED',\n Unstarted = 'UNSTARTED'\n}\n\nexport type FocusAreaStatusesList = {\n __typename?: 'FocusAreaStatusesList';\n entries?: Maybe<Array<Maybe<FocusAreaStatus>>>;\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 FocusMastery = {\n __typename?: 'FocusMastery';\n learningObjectives?: Maybe<Array<Maybe<ProgressionLearningObjective>>>;\n progressCells?: Maybe<Array<Maybe<ProgressionCell>>>;\n};\n\nexport type Game = {\n __typename?: 'Game';\n audience?: Maybe<Audience>;\n banner?: Maybe<Scalars['String']['output']>;\n clonedFromGameId?: Maybe<Scalars['Int']['output']>;\n conceptAlignedQuestions?: Maybe<Array<Maybe<Question>>>;\n concepts?: Maybe<Array<Maybe<Concept>>>;\n contentType?: Maybe<Scalars['String']['output']>;\n createdAt?: Maybe<Scalars['DateTime']['output']>;\n description?: Maybe<Scalars['String']['output']>;\n developerDescription?: Maybe<Scalars['String']['output']>;\n developerInstructions?: Maybe<Scalars['String']['output']>;\n discussionQuestionsAfter?: Maybe<Scalars['String']['output']>;\n discussionQuestionsBefore?: Maybe<Scalars['String']['output']>;\n editorPickAt?: Maybe<Scalars['DateTime']['output']>;\n estimatedDuration?: Maybe<Scalars['Int']['output']>;\n game?: Maybe<Scalars['String']['output']>;\n gameDeveloperId?: Maybe<Scalars['Int']['output']>;\n id?: Maybe<Scalars['ID']['output']>;\n image?: Maybe<Scalars['String']['output']>;\n instructions?: Maybe<Scalars['String']['output']>;\n isAvailable?: Maybe<Scalars['Boolean']['output']>;\n learningObjectiveId?: Maybe<Scalars['ID']['output']>;\n learningObjectives?: Maybe<Array<Maybe<LearningObjective>>>;\n lexileLevel?: Maybe<Scalars['Int']['output']>;\n multiLanguage?: Maybe<Scalars['Boolean']['output']>;\n paidOut?: 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 sponsorshipImageUrl?: Maybe<Scalars['String']['output']>;\n sponsorshipLinkUrl?: Maybe<Scalars['String']['output']>;\n stat?: Maybe<GameStat>;\n supportsIpad?: Maybe<Scalars['Boolean']['output']>;\n supportsSpanish?: Maybe<Scalars['Boolean']['output']>;\n supportsTts?: Maybe<Scalars['Boolean']['output']>;\n teacherFacingPdfUrl?: Maybe<Scalars['String']['output']>;\n teacherReviews?: Maybe<GameReviewsList>;\n type?: Maybe<Scalars['String']['output']>;\n updatedAt?: Maybe<Scalars['DateTime']['output']>;\n version?: Maybe<GameVersion>;\n video?: Maybe<Scalars['String']['output']>;\n videoPreviewUrl?: Maybe<Scalars['String']['output']>;\n vocabulary?: Maybe<Scalars['String']['output']>;\n};\n\n\nexport type GameConceptAlignedQuestionsArgs = {\n learningObjectiveId: Scalars['ID']['input'];\n pageSize?: InputMaybe<Scalars['Int']['input']>;\n};\n\n\nexport type GameTeacherReviewsArgs = {\n page?: InputMaybe<Scalars['Int']['input']>;\n pageSize?: InputMaybe<Scalars['Int']['input']>;\n};\n\nexport type GameReview = {\n __typename?: 'GameReview';\n checkAlignment?: Maybe<Scalars['Boolean']['output']>;\n checkEngagement?: Maybe<Scalars['Boolean']['output']>;\n checkFriendlyness?: Maybe<Scalars['Boolean']['output']>;\n checkIssuesFree?: Maybe<Scalars['Boolean']['output']>;\n contentIntegration?: Maybe<Scalars['Int']['output']>;\n createdAt?: Maybe<Scalars['DateTime']['output']>;\n criticalThinkingLevel?: Maybe<Scalars['Int']['output']>;\n easeOfPlay?: Maybe<Scalars['Int']['output']>;\n id?: Maybe<Scalars['ID']['output']>;\n manuallyApproved?: Maybe<Scalars['Boolean']['output']>;\n ratingEffectiveness?: Maybe<Scalars['Int']['output']>;\n ratingEngagement?: Maybe<Scalars['Int']['output']>;\n ratingInstructionClarity?: Maybe<Scalars['Int']['output']>;\n ratingStability?: Maybe<Scalars['Int']['output']>;\n review?: Maybe<Scalars['String']['output']>;\n score?: Maybe<Scalars['Int']['output']>;\n suggestedUse?: Maybe<Scalars['String']['output']>;\n suggestions?: Maybe<Scalars['String']['output']>;\n teacherName?: Maybe<Scalars['String']['output']>;\n testerDisplayName?: Maybe<Scalars['String']['output']>;\n upvotesCount?: Maybe<Scalars['Int']['output']>;\n userHasUpvoted?: Maybe<Scalars['Boolean']['output']>;\n};\n\nexport type GameReviewsList = {\n __typename?: 'GameReviewsList';\n entries?: Maybe<Array<Maybe<GameReview>>>;\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 GameStat = {\n __typename?: 'GameStat';\n compositeRatingAvg?: Maybe<Scalars['Float']['output']>;\n compositeRatingScore?: Maybe<Scalars['Float']['output']>;\n contentIntegrationAvg?: Maybe<Scalars['Float']['output']>;\n easeOfPlayAvg?: Maybe<Scalars['Float']['output']>;\n id?: Maybe<Scalars['Int']['output']>;\n studentRatingAvg?: Maybe<Scalars['Float']['output']>;\n studentRatingCount?: Maybe<Scalars['Float']['output']>;\n studentRatingScoreSummary?: Maybe<Scalars['String']['output']>;\n suggestedUseSummary?: Maybe<Scalars['String']['output']>;\n teacherRatingAvg?: Maybe<Scalars['Float']['output']>;\n teacherRatingCount?: Maybe<Scalars['Float']['output']>;\n teacherRatingScoreSummary?: Maybe<Scalars['String']['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 GamesList = {\n __typename?: 'GamesList';\n entries?: Maybe<Array<Maybe<Game>>>;\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 Grade = {\n __typename?: 'Grade';\n grade?: Maybe<Scalars['String']['output']>;\n learningObjectiveId?: Maybe<Scalars['ID']['output']>;\n};\n\nexport type Image = {\n __typename?: 'Image';\n errorCode?: Maybe<Scalars['String']['output']>;\n id?: Maybe<Scalars['ID']['output']>;\n status?: Maybe<Scalars['String']['output']>;\n url?: Maybe<Scalars['String']['output']>;\n};\n\nexport type LearningObjective = {\n __typename?: 'LearningObjective';\n description?: Maybe<Scalars['String']['output']>;\n gameCount?: Maybe<Scalars['Int']['output']>;\n games?: Maybe<GamesList>;\n grades?: Maybe<Array<Maybe<Grade>>>;\n id?: Maybe<Scalars['ID']['output']>;\n imageKey?: Maybe<Scalars['String']['output']>;\n imageUrl?: Maybe<Scalars['String']['output']>;\n learningObjective?: Maybe<Scalars['String']['output']>;\n name?: Maybe<Scalars['String']['output']>;\n ngssDciName?: Maybe<Scalars['String']['output']>;\n questionCount?: Maybe<Scalars['Int']['output']>;\n sortOrder?: Maybe<Scalars['String']['output']>;\n standardCode?: Maybe<Scalars['String']['output']>;\n subject?: Maybe<Subject>;\n};\n\n\nexport type LearningObjectiveGamesArgs = {\n page?: InputMaybe<Scalars['Int']['input']>;\n pageSize?: InputMaybe<Scalars['Int']['input']>;\n type?: InputMaybe<Scalars['String']['input']>;\n};\n\nexport type LearningObjectiveUnit = {\n __typename?: 'LearningObjectiveUnit';\n id?: Maybe<Scalars['ID']['output']>;\n learningObjective?: Maybe<LearningObjective>;\n learningObjectiveId?: Maybe<Scalars['Int']['output']>;\n standardUnitId?: Maybe<Scalars['Int']['output']>;\n};\n\nexport type LearningObjectivesList = {\n __typename?: 'LearningObjectivesList';\n entries?: Maybe<Array<Maybe<LearningObjective>>>;\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 ParentLearningObjectiveUnit = {\n __typename?: 'ParentLearningObjectiveUnit';\n answers?: Maybe<Array<Maybe<ParentPlayerActivityAnswer>>>;\n complete?: Maybe<Scalars['Boolean']['output']>;\n id?: Maybe<Scalars['ID']['output']>;\n learningObjective?: Maybe<Scalars['String']['output']>;\n learningObjectiveId?: Maybe<Scalars['Int']['output']>;\n loAnswers?: Maybe<ParentQuestionAnswerData>;\n standardUnitId?: Maybe<Scalars['Int']['output']>;\n total?: Maybe<Scalars['Float']['output']>;\n};\n\nexport type ParentPlayerActivityAnswer = {\n __typename?: 'ParentPlayerActivityAnswer';\n id?: Maybe<Scalars['ID']['output']>;\n isCorrect?: Maybe<Scalars['Boolean']['output']>;\n};\n\nexport type ParentQuestionAnswerData = {\n __typename?: 'ParentQuestionAnswerData';\n answered?: Maybe<Scalars['Float']['output']>;\n correct?: Maybe<Scalars['Float']['output']>;\n incorrect?: Maybe<Scalars['Float']['output']>;\n};\n\nexport type ParentStandardUnit = {\n __typename?: 'ParentStandardUnit';\n gradeLevel?: Maybe<Scalars['Int']['output']>;\n id?: Maybe<Scalars['ID']['output']>;\n learningObjectiveUnits?: Maybe<Array<Maybe<ParentLearningObjectiveUnit>>>;\n name?: Maybe<Scalars['String']['output']>;\n standardId?: Maybe<Scalars['Int']['output']>;\n unitAnswers?: Maybe<ParentQuestionAnswerData>;\n unitCode?: Maybe<Scalars['String']['output']>;\n unitComplete?: Maybe<Scalars['Boolean']['output']>;\n unitNumber?: Maybe<Scalars['Float']['output']>;\n unitTotal?: Maybe<Scalars['Float']['output']>;\n};\n\nexport type ParentStandardUnitEntriesList = {\n __typename?: 'ParentStandardUnitEntriesList';\n entries?: Maybe<Array<Maybe<ParentStandardUnitEntry>>>;\n pageNumber?: Maybe<Scalars['Int']['output']>;\n pageSize?: Maybe<Scalars['Int']['output']>;\n standardIds?: Maybe<Array<Maybe<Scalars['String']['output']>>>;\n topics?: Maybe<Array<Maybe<Scalars['String']['output']>>>;\n totalEntries?: Maybe<Scalars['Int']['output']>;\n totalPages?: Maybe<Scalars['Int']['output']>;\n};\n\nexport type ParentStandardUnitEntry = {\n __typename?: 'ParentStandardUnitEntry';\n gradeLevel?: Maybe<Scalars['Int']['output']>;\n name?: Maybe<Scalars['String']['output']>;\n standardId?: Maybe<Scalars['String']['output']>;\n standardUnitId?: Maybe<Scalars['ID']['output']>;\n unitCode?: Maybe<Scalars['String']['output']>;\n unitNumber?: Maybe<Scalars['Int']['output']>;\n};\n\nexport type Player = {\n __typename?: 'Player';\n buddyListEnabled?: Maybe<Scalars['Boolean']['output']>;\n id?: Maybe<Scalars['ID']['output']>;\n};\n\nexport type PlayerActiveUnit = {\n __typename?: 'PlayerActiveUnit';\n id?: Maybe<Scalars['ID']['output']>;\n mostActive?: Maybe<Scalars['Boolean']['output']>;\n standard?: Maybe<Standard>;\n};\n\nexport type PlayerActivitiesSummariesList = {\n __typename?: 'PlayerActivitiesSummariesList';\n entries?: Maybe<Array<Maybe<PlayerActivitiesSummary>>>;\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 PlayerActivitiesSummary = {\n __typename?: 'PlayerActivitiesSummary';\n questionsAnswered?: Maybe<Scalars['Int']['output']>;\n questionsAnsweredCorrectly?: Maybe<Scalars['Int']['output']>;\n won: Scalars['Boolean']['output'];\n};\n\nexport type PlayerSubjectArea = {\n __typename?: 'PlayerSubjectArea';\n imageKey?: Maybe<Scalars['String']['output']>;\n isSelected?: Maybe<Scalars['Boolean']['output']>;\n label?: Maybe<Scalars['String']['output']>;\n standardId?: Maybe<Scalars['String']['output']>;\n};\n\nexport type Playtime = {\n __typename?: 'Playtime';\n playDate: Scalars['Date']['output'];\n playTimeSec: Scalars['Int']['output'];\n type?: Maybe<PlaytimeType>;\n};\n\nexport enum PlaytimeType {\n Assessment = 'ASSESSMENT',\n AwakeningAcademy = 'AWAKENING_ACADEMY',\n AwakeningOverworld = 'AWAKENING_OVERWORLD',\n AwakeningQuizzler = 'AWAKENING_QUIZZLER',\n AwakeningV3Overworld = 'AWAKENING_V3_OVERWORLD',\n Battle = 'BATTLE',\n BeastieBattle = 'BEASTIE_BATTLE',\n BeastieChallenge = 'BEASTIE_CHALLENGE',\n ClassicPlaylistOverworld = 'CLASSIC_PLAYLIST_OVERWORLD',\n ClassroomAwakening = 'CLASSROOM_AWAKENING',\n FluencyAssess = 'FLUENCY_ASSESS',\n FluencyEstablish = 'FLUENCY_ESTABLISH',\n FluencyPractice = 'FLUENCY_PRACTICE',\n FluencyTyping = 'FLUENCY_TYPING',\n MiniGame = 'MINI_GAME',\n StructuredFreeplay = 'STRUCTURED_FREEPLAY',\n StudentHomePlay = 'STUDENT_HOME_PLAY',\n TargetedLearningOverworld = 'TARGETED_LEARNING_OVERWORLD',\n Video = 'VIDEO'\n}\n\nexport type ProgressionCell = {\n __typename?: 'ProgressionCell';\n correctAnswers?: Maybe<Scalars['Int']['output']>;\n dateMastered?: Maybe<Scalars['DateTime']['output']>;\n dateStarted?: Maybe<Scalars['DateTime']['output']>;\n lastActivity?: Maybe<Scalars['DateTime']['output']>;\n learningObjectiveId?: Maybe<Scalars['Int']['output']>;\n masteryAchievement?: Maybe<Scalars['Boolean']['output']>;\n masteryScore?: Maybe<Scalars['Int']['output']>;\n questionsAnswered?: Maybe<Scalars['Int']['output']>;\n remainingQuestions?: Maybe<Scalars['Int']['output']>;\n status?: Maybe<Scalars['String']['output']>;\n studentId?: Maybe<Scalars['Int']['output']>;\n taskType?: Maybe<Scalars['String']['output']>;\n};\n\nexport type ProgressionLearningObjective = {\n __typename?: 'ProgressionLearningObjective';\n description?: Maybe<Scalars['String']['output']>;\n domainName?: Maybe<Scalars['String']['output']>;\n gradeLevel?: Maybe<Scalars['Int']['output']>;\n id?: Maybe<Scalars['Int']['output']>;\n name?: Maybe<Scalars['String']['output']>;\n ngssDciName?: Maybe<Scalars['String']['output']>;\n order?: Maybe<Scalars['Float']['output']>;\n standard?: Maybe<Scalars['String']['output']>;\n subjectArea?: Maybe<Scalars['String']['output']>;\n};\n\nexport type Question = {\n __typename?: 'Question';\n answers?: Maybe<Array<Maybe<Answer>>>;\n correctAnswerId?: Maybe<Scalars['Int']['output']>;\n depthOfKnowledge?: Maybe<Scalars['Int']['output']>;\n format?: Maybe<Scalars['String']['output']>;\n id?: Maybe<Scalars['ID']['output']>;\n image?: Maybe<Image>;\n imageId?: 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<Scalars['String']['output']>;\n subjectArea?: Maybe<Scalars['String']['output']>;\n type?: Maybe<Scalars['String']['output']>;\n};\n\nexport type RootMutationType = {\n __typename?: 'RootMutationType';\n /** Update parent password */\n changePassword?: Maybe<CurrentUser>;\n changeStudentPassword?: Maybe<Student>;\n /** Confirm student connection */\n confirmConnection?: Maybe<Scalars['Boolean']['output']>;\n connectToStudent?: Maybe<Student>;\n /** Generates an access token for Awakening native mobile client deep link to share a session */\n createAwakeningDeepLinkToken?: Maybe<Scalars['String']['output']>;\n createStripeCustomer?: Maybe<Scalars['Boolean']['output']>;\n createStripeSetupIntent: Scalars['String']['output'];\n createStudent?: Maybe<CreatedStudent>;\n disconnectStudent?: Maybe<Scalars['ID']['output']>;\n redeemPrepaidVoucher?: Maybe<Scalars['Boolean']['output']>;\n subscribePlayer?: Maybe<Scalars['Boolean']['output']>;\n unsubscribePlayer?: Maybe<Scalars['Boolean']['output']>;\n updateAllowHomeAccessDuringSchoolHours?: Maybe<Student>;\n /** Update parent first name and last name */\n updateName?: Maybe<CurrentUser>;\n updateStudentBuddyList?: Maybe<Student>;\n /** Update student fluency focus */\n updateStudentFluencyFocus?: Maybe<User>;\n updateStudentGradeLevel?: Maybe<Student>;\n updateStudentName?: Maybe<Student>;\n updateStudentState?: Maybe<Student>;\n};\n\n\nexport type RootMutationTypeChangePasswordArgs = {\n password?: InputMaybe<Scalars['String']['input']>;\n};\n\n\nexport type RootMutationTypeChangeStudentPasswordArgs = {\n password?: InputMaybe<Scalars['String']['input']>;\n studentUserId?: InputMaybe<Scalars['ID']['input']>;\n};\n\n\nexport type RootMutationTypeConfirmConnectionArgs = {\n studentUserId: Scalars['ID']['input'];\n};\n\n\nexport type RootMutationTypeConnectToStudentArgs = {\n password?: InputMaybe<Scalars['String']['input']>;\n username?: InputMaybe<Scalars['String']['input']>;\n};\n\n\nexport type RootMutationTypeCreateStripeCustomerArgs = {\n paymentMethod?: InputMaybe<Scalars['String']['input']>;\n};\n\n\nexport type RootMutationTypeCreateStudentArgs = {\n firstName: Scalars['String']['input'];\n gradeLevel?: InputMaybe<Scalars['String']['input']>;\n lastInitial: Scalars['String']['input'];\n password?: InputMaybe<Scalars['String']['input']>;\n stateId?: InputMaybe<Scalars['ID']['input']>;\n username?: InputMaybe<Scalars['String']['input']>;\n};\n\n\nexport type RootMutationTypeDisconnectStudentArgs = {\n studentUserId: Scalars['ID']['input'];\n};\n\n\nexport type RootMutationTypeRedeemPrepaidVoucherArgs = {\n playerUserId: Scalars['ID']['input'];\n prepaidVoucherRedemptionToken: Scalars['String']['input'];\n};\n\n\nexport type RootMutationTypeSubscribePlayerArgs = {\n paymentMethod: Scalars['String']['input'];\n playerUserId: Scalars['ID']['input'];\n promoCode?: InputMaybe<Scalars['String']['input']>;\n subscriptionPlanId: Scalars['ID']['input'];\n};\n\n\nexport type RootMutationTypeUnsubscribePlayerArgs = {\n playerUserId: Scalars['ID']['input'];\n};\n\n\nexport type RootMutationTypeUpdateAllowHomeAccessDuringSchoolHoursArgs = {\n allowHomeAccessDuringSchoolHours?: InputMaybe<Scalars['Boolean']['input']>;\n studentUserId?: InputMaybe<Scalars['ID']['input']>;\n};\n\n\nexport type RootMutationTypeUpdateNameArgs = {\n firstName?: InputMaybe<Scalars['String']['input']>;\n lastName?: InputMaybe<Scalars['String']['input']>;\n};\n\n\nexport type RootMutationTypeUpdateStudentBuddyListArgs = {\n buddyListEnabled?: InputMaybe<Scalars['Boolean']['input']>;\n studentUserId?: InputMaybe<Scalars['ID']['input']>;\n};\n\n\nexport type RootMutationTypeUpdateStudentFluencyFocusArgs = {\n focus?: InputMaybe<FluencyFocusType>;\n studentUserId?: InputMaybe<Scalars['ID']['input']>;\n};\n\n\nexport type RootMutationTypeUpdateStudentGradeLevelArgs = {\n gradeLevel?: InputMaybe<Scalars['String']['input']>;\n studentUserId?: InputMaybe<Scalars['ID']['input']>;\n};\n\n\nexport type RootMutationTypeUpdateStudentNameArgs = {\n firstName?: InputMaybe<Scalars['String']['input']>;\n lastInitial?: InputMaybe<Scalars['String']['input']>;\n studentUserId?: InputMaybe<Scalars['ID']['input']>;\n username?: InputMaybe<Scalars['String']['input']>;\n};\n\n\nexport type RootMutationTypeUpdateStudentStateArgs = {\n stateId?: InputMaybe<Scalars['String']['input']>;\n studentUserId?: InputMaybe<Scalars['ID']['input']>;\n};\n\nexport type RootQueryType = {\n __typename?: 'RootQueryType';\n /** The current version for the LoL Parents GraphQL API. */\n apiVersion?: Maybe<BuildVersion>;\n awakeningSubscriptionPlans?: Maybe<Array<AwakeningSubscriptionPlan>>;\n awakeningSubscriptionPlansHeader?: Maybe<AwakeningSubscriptionPlansHeader>;\n /** Get current user, when authenticated */\n currentUser?: Maybe<CurrentUser>;\n defaultStripePaymentMethod?: Maybe<StripePaymentMethod>;\n /** Fluency Fact Progress Statuses */\n fluencyFactProgressStatuses?: Maybe<Array<Maybe<FluencyFactProgressStatus>>>;\n /** Fluency Facts */\n fluencyFacts?: Maybe<Array<Maybe<FluencyFact>>>;\n /** Focus area list */\n focusAreaStatuses?: Maybe<FocusAreaStatusesList>;\n /** Focus mastery belonging to the current student */\n focusMastery?: Maybe<FocusMastery>;\n /** Learning objectives belonging to current teacher */\n learningObjectives?: Maybe<LearningObjectivesList>;\n listStates?: Maybe<Array<State>>;\n /** List unconfirmed student connections */\n listUnconfirmedConnections?: Maybe<ConnectionsList>;\n myFeatureFlags?: Maybe<Array<Scalars['String']['output']>>;\n /** Get parents assoc children */\n parentChildren?: Maybe<Array<Maybe<Student>>>;\n /** Get all standard units for this user and grades */\n parentStandardUnitEntries?: Maybe<ParentStandardUnitEntriesList>;\n /** Get player active units */\n playerActiveUnits?: Maybe<Array<Maybe<PlayerActiveUnit>>>;\n /** Get an activity summary */\n playerActivitiesSummary?: Maybe<PlayerActivitiesSummariesList>;\n /** Get default subject areas */\n playerSubjectAreas?: Maybe<Array<Maybe<PlayerSubjectArea>>>;\n /** Standard progression belonging to the current student */\n standardProgression?: Maybe<StandardProgressionList>;\n /** Get a list of standard units based on their ids */\n standardUnitEntries?: Maybe<StandardUnitEntriesList>;\n /** Get standard units for player and standard */\n standardUnits?: Maybe<Array<Maybe<ParentStandardUnit>>>;\n /** Get student details */\n studentDetail?: Maybe<Student>;\n /** Get a children's teacher list */\n studentTeachers?: Maybe<StudentTeachersList>;\n /** Student User by ID */\n studentUser?: Maybe<User>;\n /** Get a standard unit activities summary */\n unitActivities?: Maybe<UnitActivitiesList>;\n};\n\n\nexport type RootQueryTypeFluencyFactProgressStatusesArgs = {\n fluencyFocus: FluencyFocusType;\n startTimeAfter?: InputMaybe<Scalars['DateTime']['input']>;\n startTimeBefore: Scalars['DateTime']['input'];\n studentUserId: Scalars['ID']['input'];\n};\n\n\nexport type RootQueryTypeFluencyFactsArgs = {\n focus: FluencyFocusType;\n};\n\n\nexport type RootQueryTypeFocusAreaStatusesArgs = {\n page?: InputMaybe<Scalars['Int']['input']>;\n pageSize?: InputMaybe<Scalars['Int']['input']>;\n studentUserId?: InputMaybe<Scalars['ID']['input']>;\n subjectArea?: InputMaybe<SubjectArea>;\n teacherUserId?: InputMaybe<Scalars['ID']['input']>;\n};\n\n\nexport type RootQueryTypeFocusMasteryArgs = {\n gradeLevel?: InputMaybe<Scalars['Int']['input']>;\n loSearch?: InputMaybe<Scalars['String']['input']>;\n progressType?: InputMaybe<Scalars['String']['input']>;\n standard?: InputMaybe<Scalars['String']['input']>;\n studentUserId: Scalars['ID']['input'];\n subjectArea?: InputMaybe<SubjectArea>;\n};\n\n\nexport type RootQueryTypeLearningObjectivesArgs = {\n ids?: InputMaybe<Array<InputMaybe<Scalars['ID']['input']>>>;\n page?: InputMaybe<Scalars['Int']['input']>;\n pageSize?: InputMaybe<Scalars['Int']['input']>;\n};\n\n\nexport type RootQueryTypeListUnconfirmedConnectionsArgs = {\n page?: InputMaybe<Scalars['Int']['input']>;\n pageSize?: InputMaybe<Scalars['Int']['input']>;\n};\n\n\nexport type RootQueryTypeParentStandardUnitEntriesArgs = {\n grades: Array<InputMaybe<Scalars['String']['input']>>;\n page?: InputMaybe<Scalars['Int']['input']>;\n pageSize?: InputMaybe<Scalars['Int']['input']>;\n standards?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;\n studentUserId: Scalars['ID']['input'];\n subjectArea: Scalars['String']['input'];\n topics?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;\n};\n\n\nexport type RootQueryTypePlayerActiveUnitsArgs = {\n studentUserId: Scalars['String']['input'];\n};\n\n\nexport type RootQueryTypePlayerActivitiesSummaryArgs = {\n page?: InputMaybe<Scalars['Int']['input']>;\n pageSize?: InputMaybe<Scalars['Int']['input']>;\n teacherFocusAreaId: Scalars['ID']['input'];\n};\n\n\nexport type RootQueryTypePlayerSubjectAreasArgs = {\n studentUserId: Scalars['String']['input'];\n};\n\n\nexport type RootQueryTypeStandardProgressionArgs = {\n page?: InputMaybe<Scalars['Int']['input']>;\n pageSize?: InputMaybe<Scalars['Int']['input']>;\n studentUserId: Scalars['ID']['input'];\n};\n\n\nexport type RootQueryTypeStandardUnitEntriesArgs = {\n ids?: InputMaybe<Array<InputMaybe<Scalars['ID']['input']>>>;\n page?: InputMaybe<Scalars['Int']['input']>;\n pageSize?: InputMaybe<Scalars['Int']['input']>;\n};\n\n\nexport type RootQueryTypeStandardUnitsArgs = {\n gradeLevel: Scalars['String']['input'];\n standardId: Scalars['String']['input'];\n studentUserId: Scalars['String']['input'];\n};\n\n\nexport type RootQueryTypeStudentDetailArgs = {\n studentUserId: Scalars['String']['input'];\n};\n\n\nexport type RootQueryTypeStudentTeachersArgs = {\n page?: InputMaybe<Scalars['Int']['input']>;\n pageSize?: InputMaybe<Scalars['Int']['input']>;\n studentUserId?: InputMaybe<Scalars['ID']['input']>;\n};\n\n\nexport type RootQueryTypeStudentUserArgs = {\n id: Scalars['ID']['input'];\n};\n\n\nexport type RootQueryTypeUnitActivitiesArgs = {\n page?: InputMaybe<Scalars['Int']['input']>;\n pageSize?: InputMaybe<Scalars['Int']['input']>;\n standardUnitId: Scalars['ID']['input'];\n studentUserId: Scalars['ID']['input'];\n};\n\nexport type Standard = {\n __typename?: 'Standard';\n id?: Maybe<Scalars['ID']['output']>;\n publicName?: Maybe<Scalars['String']['output']>;\n subjectArea?: Maybe<Scalars['String']['output']>;\n};\n\nexport type StandardProgressionEntry = {\n __typename?: 'StandardProgressionEntry';\n awakeningQuizzlerCount?: Maybe<Scalars['Int']['output']>;\n beastieBattleCount?: Maybe<Scalars['Int']['output']>;\n beastieChallengeCount?: Maybe<Scalars['Int']['output']>;\n gradeLevel?: Maybe<Scalars['Int']['output']>;\n isActive?: Maybe<Scalars['Boolean']['output']>;\n miniGameCount?: Maybe<Scalars['Int']['output']>;\n name?: Maybe<Scalars['String']['output']>;\n playerUserId?: Maybe<Scalars['ID']['output']>;\n progress?: Maybe<Scalars['String']['output']>;\n standardUnitId?: Maybe<Scalars['ID']['output']>;\n totalAnswered?: Maybe<Scalars['Int']['output']>;\n totalCorrectlyAnswered?: Maybe<Scalars['Int']['output']>;\n unitCode?: Maybe<Scalars['String']['output']>;\n unitNumber?: Maybe<Scalars['Int']['output']>;\n};\n\nexport type StandardProgressionList = {\n __typename?: 'StandardProgressionList';\n entries?: Maybe<Array<Maybe<StandardProgressionEntry>>>;\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 StandardUnit = {\n __typename?: 'StandardUnit';\n gradeLevel?: Maybe<Scalars['Int']['output']>;\n id?: Maybe<Scalars['ID']['output']>;\n learningObjectiveUnits?: Maybe<Array<Maybe<LearningObjectiveUnit>>>;\n name?: Maybe<Scalars['String']['output']>;\n unitCode?: Maybe<Scalars['String']['output']>;\n unitNumber?: Maybe<Scalars['String']['output']>;\n};\n\nexport type StandardUnitEntriesList = {\n __typename?: 'StandardUnitEntriesList';\n entries?: Maybe<Array<Maybe<StandardUnitEntry>>>;\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 StandardUnitEntry = {\n __typename?: 'StandardUnitEntry';\n gradeLevel?: Maybe<Scalars['Int']['output']>;\n id?: Maybe<Scalars['ID']['output']>;\n name?: Maybe<Scalars['String']['output']>;\n standardId?: Maybe<Scalars['String']['output']>;\n subjectArea?: Maybe<Scalars['String']['output']>;\n unitCode?: Maybe<Scalars['String']['output']>;\n unitNumber?: Maybe<Scalars['Int']['output']>;\n};\n\nexport type State = {\n __typename?: 'State';\n abbrev: Scalars['String']['output'];\n id: Scalars['ID']['output'];\n name: Scalars['String']['output'];\n};\n\nexport type StripePaymentMethod = {\n __typename?: 'StripePaymentMethod';\n id?: Maybe<Scalars['ID']['output']>;\n last4?: Maybe<Scalars['String']['output']>;\n};\n\nexport type Student = {\n __typename?: 'Student';\n firstName?: Maybe<Scalars['String']['output']>;\n id?: Maybe<Scalars['ID']['output']>;\n lastInitial?: Maybe<Scalars['String']['output']>;\n user?: Maybe<User>;\n username?: Maybe<Scalars['String']['output']>;\n};\n\nexport type StudentTeacher = {\n __typename?: 'StudentTeacher';\n familyName?: Maybe<Scalars['String']['output']>;\n givenName?: Maybe<Scalars['String']['output']>;\n schoolId?: Maybe<Scalars['ID']['output']>;\n stateId?: Maybe<Scalars['ID']['output']>;\n teacherId?: Maybe<Scalars['ID']['output']>;\n teacherUserId?: Maybe<Scalars['ID']['output']>;\n};\n\nexport type StudentTeachersList = {\n __typename?: 'StudentTeachersList';\n entries?: Maybe<Array<Maybe<StudentTeacher>>>;\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 Subject = {\n __typename?: 'Subject';\n gradeLevel?: Maybe<Scalars['String']['output']>;\n iconSvgName?: Maybe<Scalars['String']['output']>;\n id?: Maybe<Scalars['ID']['output']>;\n imageKey?: Maybe<Scalars['String']['output']>;\n imageUrl?: Maybe<Scalars['String']['output']>;\n learningObjectives?: Maybe<Array<Maybe<LearningObjective>>>;\n name?: Maybe<Scalars['String']['output']>;\n sortOrder?: 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 enum SubjectArea {\n Math = 'MATH',\n Science = 'SCIENCE',\n SocialStudies = 'SOCIAL_STUDIES'\n}\n\n/** The payment provider on an Awakening subscription */\nexport enum SubscriptionProviderType {\n /** Android Play Store */\n Android = 'ANDROID',\n /** District */\n District = 'DISTRICT',\n /** iOS App Store */\n Ios = 'IOS',\n /** Internal LOL subscription */\n Lol = 'LOL',\n /** School */\n School = 'SCHOOL',\n /** Stripe */\n Stripe = 'STRIPE',\n /** Teacher */\n Teacher = 'TEACHER'\n}\n\nexport type UnitActivitiesList = {\n __typename?: 'UnitActivitiesList';\n entries?: Maybe<Array<Maybe<UnitActivitiesSummary>>>;\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 UnitActivitiesSummary = {\n __typename?: 'UnitActivitiesSummary';\n playerId?: Maybe<Scalars['Int']['output']>;\n standardUnitId?: Maybe<Scalars['Int']['output']>;\n totalAnswered?: Maybe<Scalars['Int']['output']>;\n totalCorrectlyAnswered?: Maybe<Scalars['Int']['output']>;\n type?: Maybe<Scalars['String']['output']>;\n unitCode?: Maybe<Scalars['String']['output']>;\n};\n\nexport type User = {\n __typename?: 'User';\n activityDailySummaries?: Maybe<Array<Maybe<ActivitySummary>>>;\n allowHomeAccessDuringSchoolHours?: Maybe<Scalars['Boolean']['output']>;\n assignedFluencyFocus?: Maybe<FluencyFocus>;\n assignedFluencyFocuses?: Maybe<Array<Maybe<FluencyFocus>>>;\n awakeningSubscriptions?: Maybe<Array<Maybe<AwakeningSubscription>>>;\n currentSignInAt?: Maybe<Scalars['DateTime']['output']>;\n currentStandardUnit?: Maybe<StandardUnit>;\n email?: Maybe<Scalars['String']['output']>;\n firstName?: Maybe<Scalars['String']['output']>;\n fluencySessions?: Maybe<Array<Maybe<FluencySession>>>;\n gradeLevel?: Maybe<Scalars['String']['output']>;\n hasAwakeningManagedSubscription?: Maybe<Scalars['Boolean']['output']>;\n id?: Maybe<Scalars['ID']['output']>;\n imageUploadHash?: Maybe<Scalars['String']['output']>;\n isStripeCustomer: Scalars['Boolean']['output'];\n isSubscribed?: Maybe<Scalars['Boolean']['output']>;\n lastName?: Maybe<Scalars['String']['output']>;\n mostRecentAddSubFocus?: Maybe<FluencyFocusType>;\n mostRecentMulDivFocus?: Maybe<FluencyFocusType>;\n player?: Maybe<Player>;\n playtimeDailySummaries?: Maybe<Array<Maybe<Playtime>>>;\n standardId?: Maybe<Scalars['String']['output']>;\n state?: Maybe<State>;\n username?: Maybe<Scalars['String']['output']>;\n};\n\n\nexport type UserActivityDailySummariesArgs = {\n endDate?: InputMaybe<Scalars['Date']['input']>;\n excludeTypes?: InputMaybe<Array<InputMaybe<PlaytimeType>>>;\n startDate?: InputMaybe<Scalars['Date']['input']>;\n types?: InputMaybe<Array<InputMaybe<PlaytimeType>>>;\n};\n\n\nexport type UserAssignedFluencyFocusArgs = {\n filterOnCurrentUser?: InputMaybe<Scalars['Boolean']['input']>;\n};\n\n\nexport type UserAwakeningSubscriptionsArgs = {\n isActive?: InputMaybe<Scalars['Boolean']['input']>;\n};\n\n\nexport type UserFluencySessionsArgs = {\n filter?: InputMaybe<FluencySessionFilter>;\n};\n\n\nexport type UserPlaytimeDailySummariesArgs = {\n endDate?: InputMaybe<Scalars['Date']['input']>;\n excludeTypes?: InputMaybe<Array<InputMaybe<PlaytimeType>>>;\n startDate?: InputMaybe<Scalars['Date']['input']>;\n types?: InputMaybe<Array<PlaytimeType>>;\n};\n"]}
|