@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,39 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
// src/generated/public/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/public/gql.ts
|
|
20
|
+
var documents = {};
|
|
21
|
+
function graphql(source) {
|
|
22
|
+
return documents[source] ?? {};
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
// src/generated/public/graphql.ts
|
|
26
|
+
var Collection = /* @__PURE__ */ ((Collection2) => {
|
|
27
|
+
Collection2["Game"] = "GAME";
|
|
28
|
+
Collection2["LearningObjective"] = "LEARNING_OBJECTIVE";
|
|
29
|
+
Collection2["Subject"] = "SUBJECT";
|
|
30
|
+
return Collection2;
|
|
31
|
+
})(Collection || {});
|
|
32
|
+
|
|
33
|
+
exports.Collection = Collection;
|
|
34
|
+
exports.graphql = graphql;
|
|
35
|
+
exports.isFragmentReady = isFragmentReady;
|
|
36
|
+
exports.makeFragmentData = makeFragmentData;
|
|
37
|
+
exports.useFragment = useFragment;
|
|
38
|
+
//# sourceMappingURL=index.js.map
|
|
39
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../src/generated/public/fragment-masking.ts","../../../src/generated/public/gql.ts","../../../src/generated/public/graphql.ts"],"names":["Collection"],"mappings":";;;AAyDO,SAAS,WAAA,CACd,eACA,YAAA,EACgE;AAChE,EAAA,OAAO,YAAA;AACT;AAGO,SAAS,gBAAA,CAGd,MAAU,SAAA,EAA+B;AACzC,EAAA,OAAO,IAAA;AACT;AACO,SAAS,eAAA,CACd,SAAA,EACA,YAAA,EACA,IAAA,EAC2C;AAC3C,EAAA,MAAM,cAAA,GAAkB,UAAiF,QAAA,EACrG,cAAA;AAEJ,EAAA,IAAI,CAAC,gBAAgB,OAAO,IAAA;AAE5B,EAAA,MAAM,OAAA,GAAU,YAAA,CAAa,WAAA,CAAY,CAAC,CAAA;AAC1C,EAAA,MAAM,QAAA,GAAW,SAAS,IAAA,EAAM,KAAA;AAEhC,EAAA,MAAM,MAAA,GAAU,QAAA,IAAY,cAAA,CAAe,QAAQ,KAAM,EAAC;AAC1D,EAAA,OAAO,MAAA,CAAO,SAAS,CAAA,IAAK,MAAA,CAAO,MAAM,CAAA,KAAA,KAAS,IAAA,IAAQ,SAAS,IAAI,CAAA;AACzE;;;ACnFA,IAAM,YAAmC,EAAC;AAKnC,SAAS,QAAQ,MAAA,EAAyB;AAC/C,EAAA,OAAQ,SAAA,CAAsC,MAAM,CAAA,IAAK,EAAC;AAC5D;;;ACqKO,IAAK,UAAA,qBAAAA,WAAAA,KAAL;AACL,EAAAA,YAAA,MAAA,CAAA,GAAO,MAAA;AACP,EAAAA,YAAA,mBAAA,CAAA,GAAoB,oBAAA;AACpB,EAAAA,YAAA,SAAA,CAAA,GAAU,SAAA;AAHA,EAAA,OAAAA,WAAAA;AAAA,CAAA,EAAA,UAAA,IAAA,EAAA","file":"index.js","sourcesContent":["/* eslint-disable */\nimport { ResultOf, DocumentTypeDecoration, TypedDocumentNode } from '@graphql-typed-document-node/core';\nimport { FragmentDefinitionNode } from 'graphql';\nimport { Incremental } from './graphql';\n\n\nexport type FragmentType<TDocumentType extends DocumentTypeDecoration<any, any>> = TDocumentType extends DocumentTypeDecoration<\n infer TType,\n any\n>\n ? [TType] extends [{ ' $fragmentName'?: infer TKey }]\n ? TKey extends string\n ? { ' $fragmentRefs'?: { [key in TKey]: TType } }\n : never\n : never\n : never;\n\n// return non-nullable if `fragmentType` is non-nullable\nexport function useFragment<TType>(\n _documentNode: DocumentTypeDecoration<TType, any>,\n fragmentType: FragmentType<DocumentTypeDecoration<TType, any>>\n): TType;\n// return nullable if `fragmentType` is undefined\nexport function useFragment<TType>(\n _documentNode: DocumentTypeDecoration<TType, any>,\n fragmentType: FragmentType<DocumentTypeDecoration<TType, any>> | undefined\n): TType | undefined;\n// return nullable if `fragmentType` is nullable\nexport function useFragment<TType>(\n _documentNode: DocumentTypeDecoration<TType, any>,\n fragmentType: FragmentType<DocumentTypeDecoration<TType, any>> | null\n): TType | null;\n// return nullable if `fragmentType` is nullable or undefined\nexport function useFragment<TType>(\n _documentNode: DocumentTypeDecoration<TType, any>,\n fragmentType: FragmentType<DocumentTypeDecoration<TType, any>> | null | undefined\n): TType | null | undefined;\n// return array of non-nullable if `fragmentType` is array of non-nullable\nexport function useFragment<TType>(\n _documentNode: DocumentTypeDecoration<TType, any>,\n fragmentType: Array<FragmentType<DocumentTypeDecoration<TType, any>>>\n): Array<TType>;\n// return array of nullable if `fragmentType` is array of nullable\nexport function useFragment<TType>(\n _documentNode: DocumentTypeDecoration<TType, any>,\n fragmentType: Array<FragmentType<DocumentTypeDecoration<TType, any>>> | null | undefined\n): Array<TType> | null | undefined;\n// return readonly array of non-nullable if `fragmentType` is array of non-nullable\nexport function useFragment<TType>(\n _documentNode: DocumentTypeDecoration<TType, any>,\n fragmentType: ReadonlyArray<FragmentType<DocumentTypeDecoration<TType, any>>>\n): ReadonlyArray<TType>;\n// return readonly array of nullable if `fragmentType` is array of nullable\nexport function useFragment<TType>(\n _documentNode: DocumentTypeDecoration<TType, any>,\n fragmentType: ReadonlyArray<FragmentType<DocumentTypeDecoration<TType, any>>> | null | undefined\n): ReadonlyArray<TType> | null | undefined;\nexport function useFragment<TType>(\n _documentNode: DocumentTypeDecoration<TType, any>,\n fragmentType: FragmentType<DocumentTypeDecoration<TType, any>> | Array<FragmentType<DocumentTypeDecoration<TType, any>>> | ReadonlyArray<FragmentType<DocumentTypeDecoration<TType, any>>> | null | undefined\n): TType | Array<TType> | ReadonlyArray<TType> | null | undefined {\n return fragmentType as any;\n}\n\n\nexport function makeFragmentData<\n F extends DocumentTypeDecoration<any, any>,\n FT extends ResultOf<F>\n>(data: FT, _fragment: F): FragmentType<F> {\n return data as FragmentType<F>;\n}\nexport function isFragmentReady<TQuery, TFrag>(\n queryNode: DocumentTypeDecoration<TQuery, any>,\n fragmentNode: TypedDocumentNode<TFrag>,\n data: FragmentType<TypedDocumentNode<Incremental<TFrag>, any>> | null | undefined\n): data is FragmentType<typeof fragmentNode> {\n const deferredFields = (queryNode as { __meta__?: { deferredFields: Record<string, (keyof TFrag)[]> } }).__meta__\n ?.deferredFields;\n\n if (!deferredFields) return true;\n\n const fragDef = fragmentNode.definitions[0] as FragmentDefinitionNode | undefined;\n const fragName = fragDef?.name?.value;\n\n const fields = (fragName && deferredFields[fragName]) || [];\n return fields.length > 0 && fields.every(field => data && field in data);\n}\n","/* eslint-disable */\nimport { TypedDocumentNode as DocumentNode } from '@graphql-typed-document-node/core';\n\nconst documents: Record<string, never> = {};\n\n/**\n * The graphql function is used to parse GraphQL queries into a document that can be used by GraphQL clients.\n */\nexport function graphql(source: string): unknown {\n return (documents as Record<string, unknown>)[source] ?? {};\n}\n\nexport type DocumentType<TDocumentNode extends DocumentNode<any, any>> = TDocumentNode extends DocumentNode<infer TType, any> ? TType : never;\n","/* eslint-disable */\nexport type Maybe<T> = T | null;\nexport type InputMaybe<T> = Maybe<T>;\nexport type Exact<T extends { [key: string]: unknown }> = { [K in keyof T]: T[K] };\nexport type MakeOptional<T, K extends keyof T> = Omit<T, K> & { [SubKey in K]?: Maybe<T[SubKey]> };\nexport type MakeMaybe<T, K extends keyof T> = Omit<T, K> & { [SubKey in K]: Maybe<T[SubKey]> };\nexport type MakeEmpty<T extends { [key: string]: unknown }, K extends keyof T> = { [_ in K]?: never };\nexport type Incremental<T> = T | { [P in keyof T]?: P extends ' $fragmentName' | '__typename' ? T[P] : never };\n/** All built-in and custom scalars, mapped to their actual values */\nexport type Scalars = {\n ID: { input: string; output: string; }\n String: { input: string; output: string; }\n Boolean: { input: boolean; output: boolean; }\n Int: { input: number; output: number; }\n Float: { input: number; output: number; }\n /**\n * The `DateTime` scalar type represents a date and time in the UTC\n * timezone. The DateTime appears in a JSON response as an ISO8601 formatted\n * string, including UTC timezone (\"Z\"). The parsed date and time string will\n * be converted to UTC if there is an offset.\n */\n DateTime: { input: any; output: any; }\n /**\n * The `Json` scalar type represents arbitrary json string data, represented as UTF-8\n * character sequences. The Json type is most often used to represent a free-form\n * human-readable json string.\n */\n Json: { input: any; output: any; }\n};\n\nexport type Activity = {\n __typename?: 'Activity';\n assessment?: Maybe<Assessment>;\n assessmentId?: Maybe<Scalars['ID']['output']>;\n awakeningActivity?: Maybe<AwakeningActivity>;\n gameId?: Maybe<Scalars['ID']['output']>;\n id?: Maybe<Scalars['ID']['output']>;\n includeMiniGames?: Maybe<Scalars['Boolean']['output']>;\n learningObjective?: Maybe<LearningObjective>;\n learningObjectiveId?: Maybe<Scalars['ID']['output']>;\n miniGame?: Maybe<Game>;\n numOfQuestions?: Maybe<Scalars['Int']['output']>;\n order?: Maybe<Scalars['Float']['output']>;\n percentCorrect?: Maybe<Scalars['Float']['output']>;\n questions?: Maybe<Array<Maybe<ActivityQuestion>>>;\n questionsType?: Maybe<Scalars['String']['output']>;\n standard?: Maybe<Scalars['String']['output']>;\n subjectId?: Maybe<Scalars['ID']['output']>;\n totalAnswered?: Maybe<Scalars['Int']['output']>;\n totalCorrectlyAnswered?: Maybe<Scalars['Int']['output']>;\n type?: Maybe<Scalars['String']['output']>;\n video?: Maybe<Video>;\n};\n\nexport type ActivityQuestion = {\n __typename?: 'ActivityQuestion';\n activity?: Maybe<Activity>;\n activityId?: Maybe<Scalars['ID']['output']>;\n id?: Maybe<Scalars['ID']['output']>;\n order?: Maybe<Scalars['Float']['output']>;\n percentCorrect?: Maybe<Scalars['Float']['output']>;\n question?: Maybe<Question>;\n questionId?: Maybe<Scalars['ID']['output']>;\n totalAnswered?: Maybe<Scalars['Int']['output']>;\n totalCorrectlyAnswered?: Maybe<Scalars['Int']['output']>;\n};\n\nexport type Answer = {\n __typename?: 'Answer';\n answer?: Maybe<Scalars['String']['output']>;\n choiceNum?: Maybe<Scalars['Int']['output']>;\n explanation?: Maybe<AnswerExplanation>;\n id?: Maybe<Scalars['ID']['output']>;\n isCorrect?: Maybe<Scalars['Boolean']['output']>;\n};\n\nexport type AnswerExplanation = {\n __typename?: 'AnswerExplanation';\n answerId?: Maybe<Scalars['ID']['output']>;\n explanation?: Maybe<Scalars['String']['output']>;\n id?: Maybe<Scalars['ID']['output']>;\n};\n\nexport type Assessment = {\n __typename?: 'Assessment';\n activitySummary?: Maybe<Scalars['String']['output']>;\n assessmentLearningObjectives?: Maybe<Array<Maybe<AssessmentLearningObjective>>>;\n assessmentQuestions?: Maybe<Array<Maybe<AssessmentQuestion>>>;\n durationInMinutes?: Maybe<Scalars['String']['output']>;\n grades?: Maybe<Array<Maybe<Scalars['String']['output']>>>;\n id?: Maybe<Scalars['ID']['output']>;\n languages?: Maybe<Array<Maybe<Scalars['String']['output']>>>;\n mode?: Maybe<Scalars['String']['output']>;\n name?: Maybe<Scalars['String']['output']>;\n publishedAt?: Maybe<Scalars['DateTime']['output']>;\n safeCreatedBy?: Maybe<SafeCreatedBy>;\n status?: Maybe<Scalars['String']['output']>;\n updatedAt?: Maybe<Scalars['DateTime']['output']>;\n visibility?: Maybe<Scalars['String']['output']>;\n};\n\nexport type AssessmentLearningObjective = {\n __typename?: 'AssessmentLearningObjective';\n assessmentId?: Maybe<Scalars['ID']['output']>;\n customName?: Maybe<Scalars['String']['output']>;\n id?: Maybe<Scalars['ID']['output']>;\n learningObjective?: Maybe<LearningObjective>;\n learningObjectiveId?: Maybe<Scalars['ID']['output']>;\n};\n\nexport type AssessmentQuestion = {\n __typename?: 'AssessmentQuestion';\n assessmentId?: Maybe<Scalars['ID']['output']>;\n id?: Maybe<Scalars['ID']['output']>;\n order?: Maybe<Scalars['Float']['output']>;\n question?: Maybe<Question>;\n questionId?: Maybe<Scalars['ID']['output']>;\n};\n\nexport type Assignment = {\n __typename?: 'Assignment';\n activities?: Maybe<Array<Maybe<Activity>>>;\n concepts?: Maybe<Array<Maybe<Concept>>>;\n description?: Maybe<Scalars['String']['output']>;\n id?: Maybe<Scalars['ID']['output']>;\n insertedAt?: Maybe<Scalars['DateTime']['output']>;\n learningObjectives?: Maybe<Array<Maybe<LearningObjective>>>;\n mode?: Maybe<Scalars['String']['output']>;\n name?: Maybe<Scalars['String']['output']>;\n publishedAt?: Maybe<Scalars['DateTime']['output']>;\n safeCreatedBy?: Maybe<SafeCreatedBy>;\n standards?: Maybe<Array<Maybe<Scalars['String']['output']>>>;\n updatedAt?: Maybe<Scalars['DateTime']['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 AwakeningActivity = {\n __typename?: 'AwakeningActivity';\n id?: Maybe<Scalars['ID']['output']>;\n playDurationSeconds?: Maybe<Scalars['Int']['output']>;\n type?: Maybe<Scalars['String']['output']>;\n};\n\nexport type BuildVersion = {\n __typename?: 'BuildVersion';\n build?: Maybe<Scalars['String']['output']>;\n version?: Maybe<Scalars['String']['output']>;\n};\n\nexport type CheckAnswerResult = {\n __typename?: 'CheckAnswerResult';\n answerId?: Maybe<Scalars['ID']['output']>;\n answersMap?: Maybe<Scalars['String']['output']>;\n answersMapGraded?: Maybe<Scalars['String']['output']>;\n isCorrect?: Maybe<Scalars['Boolean']['output']>;\n questionId: Scalars['ID']['output'];\n questionScoreCard?: Maybe<Scalars['Json']['output']>;\n};\n\nexport enum Collection {\n Game = 'GAME',\n LearningObjective = 'LEARNING_OBJECTIVE',\n Subject = 'SUBJECT'\n}\n\nexport type CollectionSearchResults = {\n __typename?: 'CollectionSearchResults';\n atomType?: Maybe<Scalars['String']['output']>;\n found?: Maybe<Scalars['Int']['output']>;\n hits?: Maybe<Array<Maybe<SearchHit>>>;\n page?: Maybe<Scalars['Int']['output']>;\n searchTimeMs?: Maybe<Scalars['Int']['output']>;\n totalPages?: Maybe<Scalars['Int']['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 District = {\n __typename?: 'District';\n district?: Maybe<Scalars['String']['output']>;\n id?: Maybe<Scalars['ID']['output']>;\n ncesDistrictId?: Maybe<Scalars['String']['output']>;\n state?: Maybe<State>;\n stateId?: Maybe<Scalars['ID']['output']>;\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 comingSoon?: Maybe<Scalars['Boolean']['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 GameLearningObjectivesArgs = {\n standards?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;\n};\n\n\nexport type GameTeacherReviewsArgs = {\n page?: InputMaybe<Scalars['Int']['input']>;\n pageSize?: InputMaybe<Scalars['Int']['input']>;\n};\n\nexport type GameQuestion = {\n __typename?: 'GameQuestion';\n alternatives?: Maybe<Array<Maybe<GameQuestionsAlternative>>>;\n correctAlternativeId: Scalars['ID']['output'];\n explanation?: Maybe<PublicQuestionExplanation>;\n imageUrl?: Maybe<Scalars['String']['output']>;\n questionId: Scalars['ID']['output'];\n stem: Scalars['String']['output'];\n};\n\nexport type GameQuestionsAlternative = {\n __typename?: 'GameQuestionsAlternative';\n alternativeId: Scalars['ID']['output'];\n explanation?: Maybe<PublicAnswerExplanation>;\n text: Scalars['String']['output'];\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 pointsEarned?: Maybe<Scalars['Int']['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 totalPoints?: Maybe<Scalars['Int']['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 GameplayerProps = {\n __typename?: 'GameplayerProps';\n gameVersionLanguageUrl?: Maybe<Scalars['String']['output']>;\n gameVersionUrl?: Maybe<Scalars['String']['output']>;\n gameVideoPreviewUrl?: Maybe<Scalars['String']['output']>;\n pdfUrl?: Maybe<Scalars['String']['output']>;\n questions?: Maybe<Array<Maybe<GameQuestion>>>;\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 HighlightSnippet = {\n __typename?: 'HighlightSnippet';\n matchedTokens?: Maybe<Array<Maybe<Scalars['String']['output']>>>;\n snippet?: Maybe<Scalars['String']['output']>;\n};\n\nexport type HitHighlight = {\n __typename?: 'HitHighlight';\n field?: Maybe<Scalars['String']['output']>;\n indices?: Maybe<Array<Maybe<Scalars['Int']['output']>>>;\n snippets?: Maybe<Array<Maybe<HighlightSnippet>>>;\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 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 Partner = {\n __typename?: 'Partner';\n footer?: Maybe<Scalars['Boolean']['output']>;\n footerText?: Maybe<Scalars['String']['output']>;\n image?: Maybe<Scalars['String']['output']>;\n loadingText?: Maybe<Scalars['String']['output']>;\n partnerCode?: Maybe<Scalars['String']['output']>;\n showFooterBtn?: Maybe<Scalars['Boolean']['output']>;\n showLogo?: Maybe<Scalars['Boolean']['output']>;\n signUp?: Maybe<Scalars['Boolean']['output']>;\n timeLimit?: Maybe<Scalars['Int']['output']>;\n};\n\nexport type PublicAnswerExplanation = {\n __typename?: 'PublicAnswerExplanation';\n answerId?: Maybe<Scalars['ID']['output']>;\n explanation?: Maybe<Scalars['String']['output']>;\n id?: Maybe<Scalars['ID']['output']>;\n};\n\nexport type PublicGame = {\n __typename?: 'PublicGame';\n error?: Maybe<Scalars['String']['output']>;\n gameId?: Maybe<Scalars['ID']['output']>;\n gameType?: Maybe<Scalars['String']['output']>;\n gameplayerProps?: Maybe<GameplayerProps>;\n languages?: Maybe<Scalars['String']['output']>;\n learningObjectiveId?: Maybe<Scalars['ID']['output']>;\n lolPartnerType?: Maybe<Scalars['String']['output']>;\n partner?: Maybe<Partner>;\n sessionId?: Maybe<Scalars['String']['output']>;\n translationId?: Maybe<Scalars['ID']['output']>;\n};\n\nexport type PublicQuestionExplanation = {\n __typename?: 'PublicQuestionExplanation';\n explanation?: Maybe<Scalars['String']['output']>;\n id?: Maybe<Scalars['ID']['output']>;\n questionId?: Maybe<Scalars['ID']['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 explanation?: Maybe<QuestionExplanation>;\n format?: Maybe<Scalars['String']['output']>;\n id?: Maybe<Scalars['ID']['output']>;\n imageKey?: Maybe<Scalars['String']['output']>;\n layout?: Maybe<Scalars['String']['output']>;\n question?: Maybe<Scalars['String']['output']>;\n scoreCard?: Maybe<Scalars['Json']['output']>;\n subjectArea?: Maybe<Scalars['String']['output']>;\n type?: Maybe<Scalars['String']['output']>;\n};\n\nexport type QuestionExplanation = {\n __typename?: 'QuestionExplanation';\n explanation?: Maybe<Scalars['String']['output']>;\n id?: Maybe<Scalars['ID']['output']>;\n questionId?: Maybe<Scalars['ID']['output']>;\n};\n\nexport type QuestionsList = {\n __typename?: 'QuestionsList';\n entries?: Maybe<Array<Maybe<Question>>>;\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 RootMutationType = {\n __typename?: 'RootMutationType';\n checkAnswer?: Maybe<CheckAnswerResult>;\n};\n\n\nexport type RootMutationTypeCheckAnswerArgs = {\n answerId?: InputMaybe<Scalars['ID']['input']>;\n answersMap?: InputMaybe<Scalars['String']['input']>;\n questionId?: InputMaybe<Scalars['ID']['input']>;\n};\n\nexport type RootQueryType = {\n __typename?: 'RootQueryType';\n activity?: Maybe<Activity>;\n /** The current version for the LoL Public GraphQL API. */\n apiVersion?: Maybe<BuildVersion>;\n assessment?: Maybe<Assessment>;\n assignment?: Maybe<Assignment>;\n /** Search districts by name for signup */\n districtSearch?: Maybe<Array<Maybe<District>>>;\n /** Districts listing for signup (requires state_id) */\n districts?: Maybe<Array<Maybe<District>>>;\n /** Game details */\n game?: Maybe<Game>;\n /** Games search */\n games?: Maybe<GamesList>;\n /** Learning objectives available to public users */\n learningObjectives?: Maybe<LearningObjectivesList>;\n /** Public Game */\n publicGame?: Maybe<PublicGame>;\n /** Questions database */\n questions?: Maybe<QuestionsList>;\n /** Search schools by name for signup */\n schoolSearch?: Maybe<Array<Maybe<School>>>;\n /** Schools listing for signup (requires district_id or state_id) */\n schools?: Maybe<Array<Maybe<School>>>;\n search?: Maybe<SearchResult>;\n /** States listing for signup */\n states?: Maybe<Array<Maybe<State>>>;\n /** Subjects available to public users */\n subjects?: Maybe<SubjectsList>;\n};\n\n\nexport type RootQueryTypeActivityArgs = {\n id?: InputMaybe<Scalars['ID']['input']>;\n};\n\n\nexport type RootQueryTypeAssessmentArgs = {\n id?: InputMaybe<Scalars['ID']['input']>;\n};\n\n\nexport type RootQueryTypeAssignmentArgs = {\n publicCode?: InputMaybe<Scalars['ID']['input']>;\n shareCode?: InputMaybe<Scalars['ID']['input']>;\n};\n\n\nexport type RootQueryTypeDistrictSearchArgs = {\n limit?: InputMaybe<Scalars['Int']['input']>;\n search: Scalars['String']['input'];\n stateId?: InputMaybe<Scalars['ID']['input']>;\n};\n\n\nexport type RootQueryTypeDistrictsArgs = {\n stateId: Scalars['ID']['input'];\n};\n\n\nexport type RootQueryTypeGameArgs = {\n id: Scalars['ID']['input'];\n page?: InputMaybe<Scalars['Int']['input']>;\n pageSize?: InputMaybe<Scalars['Int']['input']>;\n};\n\n\nexport type RootQueryTypeGamesArgs = {\n conceptIds?: InputMaybe<Array<InputMaybe<Scalars['ID']['input']>>>;\n gameType?: InputMaybe<Scalars['String']['input']>;\n grades?: InputMaybe<Array<InputMaybe<Scalars['Int']['input']>>>;\n ids?: InputMaybe<Array<InputMaybe<Scalars['ID']['input']>>>;\n includeLosInSearch?: InputMaybe<Scalars['Boolean']['input']>;\n learningObjectiveIds?: InputMaybe<Array<InputMaybe<Scalars['ID']['input']>>>;\n maxLexileLevel?: InputMaybe<Scalars['Int']['input']>;\n multiLanguage?: InputMaybe<Scalars['Boolean']['input']>;\n page?: InputMaybe<Scalars['Int']['input']>;\n pageSize?: InputMaybe<Scalars['Int']['input']>;\n search?: InputMaybe<Scalars['String']['input']>;\n supportsIpad?: InputMaybe<Scalars['Boolean']['input']>;\n supportsTts?: InputMaybe<Scalars['Boolean']['input']>;\n};\n\n\nexport type RootQueryTypeLearningObjectivesArgs = {\n gradeLevels?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;\n grades?: InputMaybe<Array<InputMaybe<Scalars['Int']['input']>>>;\n ids?: InputMaybe<Array<InputMaybe<Scalars['ID']['input']>>>;\n instructional?: InputMaybe<Scalars['Boolean']['input']>;\n minGameCount?: InputMaybe<Scalars['Int']['input']>;\n minQuestionCount?: InputMaybe<Scalars['Int']['input']>;\n page?: InputMaybe<Scalars['Int']['input']>;\n pageSize?: InputMaybe<Scalars['Int']['input']>;\n search?: InputMaybe<Scalars['String']['input']>;\n subjectAreas?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;\n subjectId?: InputMaybe<Scalars['ID']['input']>;\n};\n\n\nexport type RootQueryTypePublicGameArgs = {\n gameId: Scalars['ID']['input'];\n gameVersionId?: InputMaybe<Scalars['ID']['input']>;\n lang?: InputMaybe<Scalars['String']['input']>;\n learningObjectiveId?: InputMaybe<Scalars['ID']['input']>;\n partner: Scalars['String']['input'];\n review?: InputMaybe<Scalars['Boolean']['input']>;\n translationId?: InputMaybe<Scalars['ID']['input']>;\n};\n\n\nexport type RootQueryTypeQuestionsArgs = {\n conceptIds?: InputMaybe<Array<InputMaybe<Scalars['ID']['input']>>>;\n doks?: InputMaybe<Array<InputMaybe<Scalars['Int']['input']>>>;\n formats?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;\n gameId?: InputMaybe<Scalars['String']['input']>;\n hasImage?: InputMaybe<Scalars['Boolean']['input']>;\n layouts?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;\n learningObjectiveIds?: InputMaybe<Array<InputMaybe<Scalars['ID']['input']>>>;\n page?: InputMaybe<Scalars['Int']['input']>;\n pageSize?: InputMaybe<Scalars['Int']['input']>;\n questionIds?: InputMaybe<Array<InputMaybe<Scalars['ID']['input']>>>;\n search?: InputMaybe<Scalars['String']['input']>;\n standardId?: InputMaybe<Scalars['String']['input']>;\n statuses?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;\n subjectId?: InputMaybe<Scalars['ID']['input']>;\n};\n\n\nexport type RootQueryTypeSchoolSearchArgs = {\n limit?: InputMaybe<Scalars['Int']['input']>;\n search: Scalars['String']['input'];\n};\n\n\nexport type RootQueryTypeSchoolsArgs = {\n districtId?: InputMaybe<Scalars['ID']['input']>;\n stateId?: InputMaybe<Scalars['ID']['input']>;\n};\n\n\nexport type RootQueryTypeSearchArgs = {\n atomType?: InputMaybe<Collection>;\n filters?: InputMaybe<SearchFilter>;\n page?: InputMaybe<Scalars['Int']['input']>;\n pageSize?: InputMaybe<Scalars['Int']['input']>;\n standards?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;\n term: Scalars['String']['input'];\n};\n\n\nexport type RootQueryTypeSubjectsArgs = {\n page?: InputMaybe<Scalars['Int']['input']>;\n pageSize?: InputMaybe<Scalars['Int']['input']>;\n search?: InputMaybe<Scalars['String']['input']>;\n};\n\nexport type SafeCreatedBy = {\n __typename?: 'SafeCreatedBy';\n avatarName?: Maybe<Scalars['String']['output']>;\n firstName?: Maybe<Scalars['String']['output']>;\n fullDisplayName?: Maybe<Scalars['String']['output']>;\n imageUploadHash?: Maybe<Scalars['String']['output']>;\n lastInitial?: Maybe<Scalars['String']['output']>;\n};\n\nexport type School = {\n __typename?: 'School';\n district?: Maybe<District>;\n districtId?: Maybe<Scalars['ID']['output']>;\n id?: Maybe<Scalars['ID']['output']>;\n ncesSchoolId?: Maybe<Scalars['String']['output']>;\n school?: Maybe<Scalars['String']['output']>;\n state?: Maybe<State>;\n stateId?: Maybe<Scalars['ID']['output']>;\n};\n\nexport type SearchFacetCount = {\n __typename?: 'SearchFacetCount';\n count?: Maybe<Scalars['Int']['output']>;\n value?: Maybe<Scalars['String']['output']>;\n};\n\nexport type SearchFacets = {\n __typename?: 'SearchFacets';\n gameType?: Maybe<Array<Maybe<SearchFacetCount>>>;\n grades?: Maybe<Array<Maybe<SearchFacetCount>>>;\n subjectArea?: Maybe<Array<Maybe<SearchFacetCount>>>;\n tags?: Maybe<Array<Maybe<SearchFacetCount>>>;\n};\n\nexport type SearchFilter = {\n contentType?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;\n gameType?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;\n grades?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;\n learningObjectives?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;\n lexileLevel?: InputMaybe<Scalars['Int']['input']>;\n subjectArea?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;\n tags?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;\n};\n\nexport type SearchHit = {\n __typename?: 'SearchHit';\n game?: Maybe<SearchResultGame>;\n highlights?: Maybe<Array<Maybe<HitHighlight>>>;\n id?: Maybe<Scalars['ID']['output']>;\n learningObjective?: Maybe<SearchResultLearningObjective>;\n subject?: Maybe<SearchResultSubject>;\n};\n\nexport type SearchResult = {\n __typename?: 'SearchResult';\n facets?: Maybe<SearchFacets>;\n id?: Maybe<Scalars['ID']['output']>;\n results?: Maybe<Array<Maybe<CollectionSearchResults>>>;\n};\n\nexport type SearchResultGame = {\n __typename?: 'SearchResultGame';\n banner?: Maybe<Scalars['String']['output']>;\n compositeRating?: Maybe<Scalars['Float']['output']>;\n contentType?: Maybe<Scalars['String']['output']>;\n description?: Maybe<Scalars['String']['output']>;\n duration?: Maybe<Scalars['Int']['output']>;\n grades?: Maybe<Array<Maybe<Scalars['String']['output']>>>;\n id?: Maybe<Scalars['ID']['output']>;\n image?: Maybe<Scalars['String']['output']>;\n learningObjectives?: Maybe<Array<Maybe<Scalars['String']['output']>>>;\n lexileLevel?: Maybe<Scalars['Int']['output']>;\n name?: Maybe<Scalars['String']['output']>;\n standard?: Maybe<Array<Maybe<Scalars['String']['output']>>>;\n studentRating?: Maybe<Scalars['Float']['output']>;\n studentRatingCount?: Maybe<Scalars['Int']['output']>;\n subjectArea?: Maybe<Array<Maybe<Scalars['String']['output']>>>;\n tags?: Maybe<Array<Maybe<Scalars['String']['output']>>>;\n teacherRating?: Maybe<Scalars['Float']['output']>;\n teacherRatingCount?: Maybe<Scalars['Int']['output']>;\n type?: Maybe<Scalars['String']['output']>;\n videoPreviewUrl?: Maybe<Scalars['String']['output']>;\n vocabulary?: Maybe<Array<Maybe<Scalars['String']['output']>>>;\n};\n\nexport type SearchResultLearningObjective = {\n __typename?: 'SearchResultLearningObjective';\n cropDirection?: Maybe<Scalars['String']['output']>;\n description?: Maybe<Scalars['String']['output']>;\n grades?: Maybe<Array<Maybe<Scalars['String']['output']>>>;\n id?: Maybe<Scalars['ID']['output']>;\n image?: Maybe<Scalars['String']['output']>;\n name?: Maybe<Scalars['String']['output']>;\n ngssDciName?: Maybe<Scalars['String']['output']>;\n standard?: Maybe<Array<Maybe<Scalars['String']['output']>>>;\n subjectArea?: Maybe<Array<Maybe<Scalars['String']['output']>>>;\n tags?: Maybe<Array<Maybe<Scalars['String']['output']>>>;\n};\n\nexport type SearchResultSubject = {\n __typename?: 'SearchResultSubject';\n gradeLevel?: Maybe<Scalars['String']['output']>;\n id?: Maybe<Scalars['ID']['output']>;\n image?: Maybe<Scalars['String']['output']>;\n name?: Maybe<Scalars['String']['output']>;\n standard?: Maybe<Array<Maybe<Scalars['String']['output']>>>;\n subjectArea?: Maybe<Array<Maybe<Scalars['String']['output']>>>;\n};\n\nexport type State = {\n __typename?: 'State';\n abbrev?: Maybe<Scalars['String']['output']>;\n id?: Maybe<Scalars['ID']['output']>;\n state?: Maybe<Scalars['String']['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 type SubjectsList = {\n __typename?: 'SubjectsList';\n entries?: Maybe<Array<Maybe<Subject>>>;\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 Video = {\n __typename?: 'Video';\n duration?: Maybe<Scalars['Int']['output']>;\n id?: Maybe<Scalars['ID']['output']>;\n playDuration?: Maybe<Scalars['Int']['output']>;\n thumbnailUrl?: Maybe<Scalars['String']['output']>;\n title: Scalars['String']['output'];\n type?: Maybe<Scalars['String']['output']>;\n url: Scalars['String']['output'];\n vimeoId?: Maybe<Scalars['String']['output']>;\n youtubeId?: Maybe<Scalars['String']['output']>;\n};\n"]}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
// src/generated/public/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/public/gql.ts
|
|
18
|
+
var documents = {};
|
|
19
|
+
function graphql(source) {
|
|
20
|
+
return documents[source] ?? {};
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
// src/generated/public/graphql.ts
|
|
24
|
+
var Collection = /* @__PURE__ */ ((Collection2) => {
|
|
25
|
+
Collection2["Game"] = "GAME";
|
|
26
|
+
Collection2["LearningObjective"] = "LEARNING_OBJECTIVE";
|
|
27
|
+
Collection2["Subject"] = "SUBJECT";
|
|
28
|
+
return Collection2;
|
|
29
|
+
})(Collection || {});
|
|
30
|
+
|
|
31
|
+
export { Collection, graphql, isFragmentReady, makeFragmentData, useFragment };
|
|
32
|
+
//# sourceMappingURL=index.mjs.map
|
|
33
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../src/generated/public/fragment-masking.ts","../../../src/generated/public/gql.ts","../../../src/generated/public/graphql.ts"],"names":["Collection"],"mappings":";AAyDO,SAAS,WAAA,CACd,eACA,YAAA,EACgE;AAChE,EAAA,OAAO,YAAA;AACT;AAGO,SAAS,gBAAA,CAGd,MAAU,SAAA,EAA+B;AACzC,EAAA,OAAO,IAAA;AACT;AACO,SAAS,eAAA,CACd,SAAA,EACA,YAAA,EACA,IAAA,EAC2C;AAC3C,EAAA,MAAM,cAAA,GAAkB,UAAiF,QAAA,EACrG,cAAA;AAEJ,EAAA,IAAI,CAAC,gBAAgB,OAAO,IAAA;AAE5B,EAAA,MAAM,OAAA,GAAU,YAAA,CAAa,WAAA,CAAY,CAAC,CAAA;AAC1C,EAAA,MAAM,QAAA,GAAW,SAAS,IAAA,EAAM,KAAA;AAEhC,EAAA,MAAM,MAAA,GAAU,QAAA,IAAY,cAAA,CAAe,QAAQ,KAAM,EAAC;AAC1D,EAAA,OAAO,MAAA,CAAO,SAAS,CAAA,IAAK,MAAA,CAAO,MAAM,CAAA,KAAA,KAAS,IAAA,IAAQ,SAAS,IAAI,CAAA;AACzE;;;ACnFA,IAAM,YAAmC,EAAC;AAKnC,SAAS,QAAQ,MAAA,EAAyB;AAC/C,EAAA,OAAQ,SAAA,CAAsC,MAAM,CAAA,IAAK,EAAC;AAC5D;;;ACqKO,IAAK,UAAA,qBAAAA,WAAAA,KAAL;AACL,EAAAA,YAAA,MAAA,CAAA,GAAO,MAAA;AACP,EAAAA,YAAA,mBAAA,CAAA,GAAoB,oBAAA;AACpB,EAAAA,YAAA,SAAA,CAAA,GAAU,SAAA;AAHA,EAAA,OAAAA,WAAAA;AAAA,CAAA,EAAA,UAAA,IAAA,EAAA","file":"index.mjs","sourcesContent":["/* eslint-disable */\nimport { ResultOf, DocumentTypeDecoration, TypedDocumentNode } from '@graphql-typed-document-node/core';\nimport { FragmentDefinitionNode } from 'graphql';\nimport { Incremental } from './graphql';\n\n\nexport type FragmentType<TDocumentType extends DocumentTypeDecoration<any, any>> = TDocumentType extends DocumentTypeDecoration<\n infer TType,\n any\n>\n ? [TType] extends [{ ' $fragmentName'?: infer TKey }]\n ? TKey extends string\n ? { ' $fragmentRefs'?: { [key in TKey]: TType } }\n : never\n : never\n : never;\n\n// return non-nullable if `fragmentType` is non-nullable\nexport function useFragment<TType>(\n _documentNode: DocumentTypeDecoration<TType, any>,\n fragmentType: FragmentType<DocumentTypeDecoration<TType, any>>\n): TType;\n// return nullable if `fragmentType` is undefined\nexport function useFragment<TType>(\n _documentNode: DocumentTypeDecoration<TType, any>,\n fragmentType: FragmentType<DocumentTypeDecoration<TType, any>> | undefined\n): TType | undefined;\n// return nullable if `fragmentType` is nullable\nexport function useFragment<TType>(\n _documentNode: DocumentTypeDecoration<TType, any>,\n fragmentType: FragmentType<DocumentTypeDecoration<TType, any>> | null\n): TType | null;\n// return nullable if `fragmentType` is nullable or undefined\nexport function useFragment<TType>(\n _documentNode: DocumentTypeDecoration<TType, any>,\n fragmentType: FragmentType<DocumentTypeDecoration<TType, any>> | null | undefined\n): TType | null | undefined;\n// return array of non-nullable if `fragmentType` is array of non-nullable\nexport function useFragment<TType>(\n _documentNode: DocumentTypeDecoration<TType, any>,\n fragmentType: Array<FragmentType<DocumentTypeDecoration<TType, any>>>\n): Array<TType>;\n// return array of nullable if `fragmentType` is array of nullable\nexport function useFragment<TType>(\n _documentNode: DocumentTypeDecoration<TType, any>,\n fragmentType: Array<FragmentType<DocumentTypeDecoration<TType, any>>> | null | undefined\n): Array<TType> | null | undefined;\n// return readonly array of non-nullable if `fragmentType` is array of non-nullable\nexport function useFragment<TType>(\n _documentNode: DocumentTypeDecoration<TType, any>,\n fragmentType: ReadonlyArray<FragmentType<DocumentTypeDecoration<TType, any>>>\n): ReadonlyArray<TType>;\n// return readonly array of nullable if `fragmentType` is array of nullable\nexport function useFragment<TType>(\n _documentNode: DocumentTypeDecoration<TType, any>,\n fragmentType: ReadonlyArray<FragmentType<DocumentTypeDecoration<TType, any>>> | null | undefined\n): ReadonlyArray<TType> | null | undefined;\nexport function useFragment<TType>(\n _documentNode: DocumentTypeDecoration<TType, any>,\n fragmentType: FragmentType<DocumentTypeDecoration<TType, any>> | Array<FragmentType<DocumentTypeDecoration<TType, any>>> | ReadonlyArray<FragmentType<DocumentTypeDecoration<TType, any>>> | null | undefined\n): TType | Array<TType> | ReadonlyArray<TType> | null | undefined {\n return fragmentType as any;\n}\n\n\nexport function makeFragmentData<\n F extends DocumentTypeDecoration<any, any>,\n FT extends ResultOf<F>\n>(data: FT, _fragment: F): FragmentType<F> {\n return data as FragmentType<F>;\n}\nexport function isFragmentReady<TQuery, TFrag>(\n queryNode: DocumentTypeDecoration<TQuery, any>,\n fragmentNode: TypedDocumentNode<TFrag>,\n data: FragmentType<TypedDocumentNode<Incremental<TFrag>, any>> | null | undefined\n): data is FragmentType<typeof fragmentNode> {\n const deferredFields = (queryNode as { __meta__?: { deferredFields: Record<string, (keyof TFrag)[]> } }).__meta__\n ?.deferredFields;\n\n if (!deferredFields) return true;\n\n const fragDef = fragmentNode.definitions[0] as FragmentDefinitionNode | undefined;\n const fragName = fragDef?.name?.value;\n\n const fields = (fragName && deferredFields[fragName]) || [];\n return fields.length > 0 && fields.every(field => data && field in data);\n}\n","/* eslint-disable */\nimport { TypedDocumentNode as DocumentNode } from '@graphql-typed-document-node/core';\n\nconst documents: Record<string, never> = {};\n\n/**\n * The graphql function is used to parse GraphQL queries into a document that can be used by GraphQL clients.\n */\nexport function graphql(source: string): unknown {\n return (documents as Record<string, unknown>)[source] ?? {};\n}\n\nexport type DocumentType<TDocumentNode extends DocumentNode<any, any>> = TDocumentNode extends DocumentNode<infer TType, any> ? TType : never;\n","/* eslint-disable */\nexport type Maybe<T> = T | null;\nexport type InputMaybe<T> = Maybe<T>;\nexport type Exact<T extends { [key: string]: unknown }> = { [K in keyof T]: T[K] };\nexport type MakeOptional<T, K extends keyof T> = Omit<T, K> & { [SubKey in K]?: Maybe<T[SubKey]> };\nexport type MakeMaybe<T, K extends keyof T> = Omit<T, K> & { [SubKey in K]: Maybe<T[SubKey]> };\nexport type MakeEmpty<T extends { [key: string]: unknown }, K extends keyof T> = { [_ in K]?: never };\nexport type Incremental<T> = T | { [P in keyof T]?: P extends ' $fragmentName' | '__typename' ? T[P] : never };\n/** All built-in and custom scalars, mapped to their actual values */\nexport type Scalars = {\n ID: { input: string; output: string; }\n String: { input: string; output: string; }\n Boolean: { input: boolean; output: boolean; }\n Int: { input: number; output: number; }\n Float: { input: number; output: number; }\n /**\n * The `DateTime` scalar type represents a date and time in the UTC\n * timezone. The DateTime appears in a JSON response as an ISO8601 formatted\n * string, including UTC timezone (\"Z\"). The parsed date and time string will\n * be converted to UTC if there is an offset.\n */\n DateTime: { input: any; output: any; }\n /**\n * The `Json` scalar type represents arbitrary json string data, represented as UTF-8\n * character sequences. The Json type is most often used to represent a free-form\n * human-readable json string.\n */\n Json: { input: any; output: any; }\n};\n\nexport type Activity = {\n __typename?: 'Activity';\n assessment?: Maybe<Assessment>;\n assessmentId?: Maybe<Scalars['ID']['output']>;\n awakeningActivity?: Maybe<AwakeningActivity>;\n gameId?: Maybe<Scalars['ID']['output']>;\n id?: Maybe<Scalars['ID']['output']>;\n includeMiniGames?: Maybe<Scalars['Boolean']['output']>;\n learningObjective?: Maybe<LearningObjective>;\n learningObjectiveId?: Maybe<Scalars['ID']['output']>;\n miniGame?: Maybe<Game>;\n numOfQuestions?: Maybe<Scalars['Int']['output']>;\n order?: Maybe<Scalars['Float']['output']>;\n percentCorrect?: Maybe<Scalars['Float']['output']>;\n questions?: Maybe<Array<Maybe<ActivityQuestion>>>;\n questionsType?: Maybe<Scalars['String']['output']>;\n standard?: Maybe<Scalars['String']['output']>;\n subjectId?: Maybe<Scalars['ID']['output']>;\n totalAnswered?: Maybe<Scalars['Int']['output']>;\n totalCorrectlyAnswered?: Maybe<Scalars['Int']['output']>;\n type?: Maybe<Scalars['String']['output']>;\n video?: Maybe<Video>;\n};\n\nexport type ActivityQuestion = {\n __typename?: 'ActivityQuestion';\n activity?: Maybe<Activity>;\n activityId?: Maybe<Scalars['ID']['output']>;\n id?: Maybe<Scalars['ID']['output']>;\n order?: Maybe<Scalars['Float']['output']>;\n percentCorrect?: Maybe<Scalars['Float']['output']>;\n question?: Maybe<Question>;\n questionId?: Maybe<Scalars['ID']['output']>;\n totalAnswered?: Maybe<Scalars['Int']['output']>;\n totalCorrectlyAnswered?: Maybe<Scalars['Int']['output']>;\n};\n\nexport type Answer = {\n __typename?: 'Answer';\n answer?: Maybe<Scalars['String']['output']>;\n choiceNum?: Maybe<Scalars['Int']['output']>;\n explanation?: Maybe<AnswerExplanation>;\n id?: Maybe<Scalars['ID']['output']>;\n isCorrect?: Maybe<Scalars['Boolean']['output']>;\n};\n\nexport type AnswerExplanation = {\n __typename?: 'AnswerExplanation';\n answerId?: Maybe<Scalars['ID']['output']>;\n explanation?: Maybe<Scalars['String']['output']>;\n id?: Maybe<Scalars['ID']['output']>;\n};\n\nexport type Assessment = {\n __typename?: 'Assessment';\n activitySummary?: Maybe<Scalars['String']['output']>;\n assessmentLearningObjectives?: Maybe<Array<Maybe<AssessmentLearningObjective>>>;\n assessmentQuestions?: Maybe<Array<Maybe<AssessmentQuestion>>>;\n durationInMinutes?: Maybe<Scalars['String']['output']>;\n grades?: Maybe<Array<Maybe<Scalars['String']['output']>>>;\n id?: Maybe<Scalars['ID']['output']>;\n languages?: Maybe<Array<Maybe<Scalars['String']['output']>>>;\n mode?: Maybe<Scalars['String']['output']>;\n name?: Maybe<Scalars['String']['output']>;\n publishedAt?: Maybe<Scalars['DateTime']['output']>;\n safeCreatedBy?: Maybe<SafeCreatedBy>;\n status?: Maybe<Scalars['String']['output']>;\n updatedAt?: Maybe<Scalars['DateTime']['output']>;\n visibility?: Maybe<Scalars['String']['output']>;\n};\n\nexport type AssessmentLearningObjective = {\n __typename?: 'AssessmentLearningObjective';\n assessmentId?: Maybe<Scalars['ID']['output']>;\n customName?: Maybe<Scalars['String']['output']>;\n id?: Maybe<Scalars['ID']['output']>;\n learningObjective?: Maybe<LearningObjective>;\n learningObjectiveId?: Maybe<Scalars['ID']['output']>;\n};\n\nexport type AssessmentQuestion = {\n __typename?: 'AssessmentQuestion';\n assessmentId?: Maybe<Scalars['ID']['output']>;\n id?: Maybe<Scalars['ID']['output']>;\n order?: Maybe<Scalars['Float']['output']>;\n question?: Maybe<Question>;\n questionId?: Maybe<Scalars['ID']['output']>;\n};\n\nexport type Assignment = {\n __typename?: 'Assignment';\n activities?: Maybe<Array<Maybe<Activity>>>;\n concepts?: Maybe<Array<Maybe<Concept>>>;\n description?: Maybe<Scalars['String']['output']>;\n id?: Maybe<Scalars['ID']['output']>;\n insertedAt?: Maybe<Scalars['DateTime']['output']>;\n learningObjectives?: Maybe<Array<Maybe<LearningObjective>>>;\n mode?: Maybe<Scalars['String']['output']>;\n name?: Maybe<Scalars['String']['output']>;\n publishedAt?: Maybe<Scalars['DateTime']['output']>;\n safeCreatedBy?: Maybe<SafeCreatedBy>;\n standards?: Maybe<Array<Maybe<Scalars['String']['output']>>>;\n updatedAt?: Maybe<Scalars['DateTime']['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 AwakeningActivity = {\n __typename?: 'AwakeningActivity';\n id?: Maybe<Scalars['ID']['output']>;\n playDurationSeconds?: Maybe<Scalars['Int']['output']>;\n type?: Maybe<Scalars['String']['output']>;\n};\n\nexport type BuildVersion = {\n __typename?: 'BuildVersion';\n build?: Maybe<Scalars['String']['output']>;\n version?: Maybe<Scalars['String']['output']>;\n};\n\nexport type CheckAnswerResult = {\n __typename?: 'CheckAnswerResult';\n answerId?: Maybe<Scalars['ID']['output']>;\n answersMap?: Maybe<Scalars['String']['output']>;\n answersMapGraded?: Maybe<Scalars['String']['output']>;\n isCorrect?: Maybe<Scalars['Boolean']['output']>;\n questionId: Scalars['ID']['output'];\n questionScoreCard?: Maybe<Scalars['Json']['output']>;\n};\n\nexport enum Collection {\n Game = 'GAME',\n LearningObjective = 'LEARNING_OBJECTIVE',\n Subject = 'SUBJECT'\n}\n\nexport type CollectionSearchResults = {\n __typename?: 'CollectionSearchResults';\n atomType?: Maybe<Scalars['String']['output']>;\n found?: Maybe<Scalars['Int']['output']>;\n hits?: Maybe<Array<Maybe<SearchHit>>>;\n page?: Maybe<Scalars['Int']['output']>;\n searchTimeMs?: Maybe<Scalars['Int']['output']>;\n totalPages?: Maybe<Scalars['Int']['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 District = {\n __typename?: 'District';\n district?: Maybe<Scalars['String']['output']>;\n id?: Maybe<Scalars['ID']['output']>;\n ncesDistrictId?: Maybe<Scalars['String']['output']>;\n state?: Maybe<State>;\n stateId?: Maybe<Scalars['ID']['output']>;\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 comingSoon?: Maybe<Scalars['Boolean']['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 GameLearningObjectivesArgs = {\n standards?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;\n};\n\n\nexport type GameTeacherReviewsArgs = {\n page?: InputMaybe<Scalars['Int']['input']>;\n pageSize?: InputMaybe<Scalars['Int']['input']>;\n};\n\nexport type GameQuestion = {\n __typename?: 'GameQuestion';\n alternatives?: Maybe<Array<Maybe<GameQuestionsAlternative>>>;\n correctAlternativeId: Scalars['ID']['output'];\n explanation?: Maybe<PublicQuestionExplanation>;\n imageUrl?: Maybe<Scalars['String']['output']>;\n questionId: Scalars['ID']['output'];\n stem: Scalars['String']['output'];\n};\n\nexport type GameQuestionsAlternative = {\n __typename?: 'GameQuestionsAlternative';\n alternativeId: Scalars['ID']['output'];\n explanation?: Maybe<PublicAnswerExplanation>;\n text: Scalars['String']['output'];\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 pointsEarned?: Maybe<Scalars['Int']['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 totalPoints?: Maybe<Scalars['Int']['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 GameplayerProps = {\n __typename?: 'GameplayerProps';\n gameVersionLanguageUrl?: Maybe<Scalars['String']['output']>;\n gameVersionUrl?: Maybe<Scalars['String']['output']>;\n gameVideoPreviewUrl?: Maybe<Scalars['String']['output']>;\n pdfUrl?: Maybe<Scalars['String']['output']>;\n questions?: Maybe<Array<Maybe<GameQuestion>>>;\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 HighlightSnippet = {\n __typename?: 'HighlightSnippet';\n matchedTokens?: Maybe<Array<Maybe<Scalars['String']['output']>>>;\n snippet?: Maybe<Scalars['String']['output']>;\n};\n\nexport type HitHighlight = {\n __typename?: 'HitHighlight';\n field?: Maybe<Scalars['String']['output']>;\n indices?: Maybe<Array<Maybe<Scalars['Int']['output']>>>;\n snippets?: Maybe<Array<Maybe<HighlightSnippet>>>;\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 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 Partner = {\n __typename?: 'Partner';\n footer?: Maybe<Scalars['Boolean']['output']>;\n footerText?: Maybe<Scalars['String']['output']>;\n image?: Maybe<Scalars['String']['output']>;\n loadingText?: Maybe<Scalars['String']['output']>;\n partnerCode?: Maybe<Scalars['String']['output']>;\n showFooterBtn?: Maybe<Scalars['Boolean']['output']>;\n showLogo?: Maybe<Scalars['Boolean']['output']>;\n signUp?: Maybe<Scalars['Boolean']['output']>;\n timeLimit?: Maybe<Scalars['Int']['output']>;\n};\n\nexport type PublicAnswerExplanation = {\n __typename?: 'PublicAnswerExplanation';\n answerId?: Maybe<Scalars['ID']['output']>;\n explanation?: Maybe<Scalars['String']['output']>;\n id?: Maybe<Scalars['ID']['output']>;\n};\n\nexport type PublicGame = {\n __typename?: 'PublicGame';\n error?: Maybe<Scalars['String']['output']>;\n gameId?: Maybe<Scalars['ID']['output']>;\n gameType?: Maybe<Scalars['String']['output']>;\n gameplayerProps?: Maybe<GameplayerProps>;\n languages?: Maybe<Scalars['String']['output']>;\n learningObjectiveId?: Maybe<Scalars['ID']['output']>;\n lolPartnerType?: Maybe<Scalars['String']['output']>;\n partner?: Maybe<Partner>;\n sessionId?: Maybe<Scalars['String']['output']>;\n translationId?: Maybe<Scalars['ID']['output']>;\n};\n\nexport type PublicQuestionExplanation = {\n __typename?: 'PublicQuestionExplanation';\n explanation?: Maybe<Scalars['String']['output']>;\n id?: Maybe<Scalars['ID']['output']>;\n questionId?: Maybe<Scalars['ID']['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 explanation?: Maybe<QuestionExplanation>;\n format?: Maybe<Scalars['String']['output']>;\n id?: Maybe<Scalars['ID']['output']>;\n imageKey?: Maybe<Scalars['String']['output']>;\n layout?: Maybe<Scalars['String']['output']>;\n question?: Maybe<Scalars['String']['output']>;\n scoreCard?: Maybe<Scalars['Json']['output']>;\n subjectArea?: Maybe<Scalars['String']['output']>;\n type?: Maybe<Scalars['String']['output']>;\n};\n\nexport type QuestionExplanation = {\n __typename?: 'QuestionExplanation';\n explanation?: Maybe<Scalars['String']['output']>;\n id?: Maybe<Scalars['ID']['output']>;\n questionId?: Maybe<Scalars['ID']['output']>;\n};\n\nexport type QuestionsList = {\n __typename?: 'QuestionsList';\n entries?: Maybe<Array<Maybe<Question>>>;\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 RootMutationType = {\n __typename?: 'RootMutationType';\n checkAnswer?: Maybe<CheckAnswerResult>;\n};\n\n\nexport type RootMutationTypeCheckAnswerArgs = {\n answerId?: InputMaybe<Scalars['ID']['input']>;\n answersMap?: InputMaybe<Scalars['String']['input']>;\n questionId?: InputMaybe<Scalars['ID']['input']>;\n};\n\nexport type RootQueryType = {\n __typename?: 'RootQueryType';\n activity?: Maybe<Activity>;\n /** The current version for the LoL Public GraphQL API. */\n apiVersion?: Maybe<BuildVersion>;\n assessment?: Maybe<Assessment>;\n assignment?: Maybe<Assignment>;\n /** Search districts by name for signup */\n districtSearch?: Maybe<Array<Maybe<District>>>;\n /** Districts listing for signup (requires state_id) */\n districts?: Maybe<Array<Maybe<District>>>;\n /** Game details */\n game?: Maybe<Game>;\n /** Games search */\n games?: Maybe<GamesList>;\n /** Learning objectives available to public users */\n learningObjectives?: Maybe<LearningObjectivesList>;\n /** Public Game */\n publicGame?: Maybe<PublicGame>;\n /** Questions database */\n questions?: Maybe<QuestionsList>;\n /** Search schools by name for signup */\n schoolSearch?: Maybe<Array<Maybe<School>>>;\n /** Schools listing for signup (requires district_id or state_id) */\n schools?: Maybe<Array<Maybe<School>>>;\n search?: Maybe<SearchResult>;\n /** States listing for signup */\n states?: Maybe<Array<Maybe<State>>>;\n /** Subjects available to public users */\n subjects?: Maybe<SubjectsList>;\n};\n\n\nexport type RootQueryTypeActivityArgs = {\n id?: InputMaybe<Scalars['ID']['input']>;\n};\n\n\nexport type RootQueryTypeAssessmentArgs = {\n id?: InputMaybe<Scalars['ID']['input']>;\n};\n\n\nexport type RootQueryTypeAssignmentArgs = {\n publicCode?: InputMaybe<Scalars['ID']['input']>;\n shareCode?: InputMaybe<Scalars['ID']['input']>;\n};\n\n\nexport type RootQueryTypeDistrictSearchArgs = {\n limit?: InputMaybe<Scalars['Int']['input']>;\n search: Scalars['String']['input'];\n stateId?: InputMaybe<Scalars['ID']['input']>;\n};\n\n\nexport type RootQueryTypeDistrictsArgs = {\n stateId: Scalars['ID']['input'];\n};\n\n\nexport type RootQueryTypeGameArgs = {\n id: Scalars['ID']['input'];\n page?: InputMaybe<Scalars['Int']['input']>;\n pageSize?: InputMaybe<Scalars['Int']['input']>;\n};\n\n\nexport type RootQueryTypeGamesArgs = {\n conceptIds?: InputMaybe<Array<InputMaybe<Scalars['ID']['input']>>>;\n gameType?: InputMaybe<Scalars['String']['input']>;\n grades?: InputMaybe<Array<InputMaybe<Scalars['Int']['input']>>>;\n ids?: InputMaybe<Array<InputMaybe<Scalars['ID']['input']>>>;\n includeLosInSearch?: InputMaybe<Scalars['Boolean']['input']>;\n learningObjectiveIds?: InputMaybe<Array<InputMaybe<Scalars['ID']['input']>>>;\n maxLexileLevel?: InputMaybe<Scalars['Int']['input']>;\n multiLanguage?: InputMaybe<Scalars['Boolean']['input']>;\n page?: InputMaybe<Scalars['Int']['input']>;\n pageSize?: InputMaybe<Scalars['Int']['input']>;\n search?: InputMaybe<Scalars['String']['input']>;\n supportsIpad?: InputMaybe<Scalars['Boolean']['input']>;\n supportsTts?: InputMaybe<Scalars['Boolean']['input']>;\n};\n\n\nexport type RootQueryTypeLearningObjectivesArgs = {\n gradeLevels?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;\n grades?: InputMaybe<Array<InputMaybe<Scalars['Int']['input']>>>;\n ids?: InputMaybe<Array<InputMaybe<Scalars['ID']['input']>>>;\n instructional?: InputMaybe<Scalars['Boolean']['input']>;\n minGameCount?: InputMaybe<Scalars['Int']['input']>;\n minQuestionCount?: InputMaybe<Scalars['Int']['input']>;\n page?: InputMaybe<Scalars['Int']['input']>;\n pageSize?: InputMaybe<Scalars['Int']['input']>;\n search?: InputMaybe<Scalars['String']['input']>;\n subjectAreas?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;\n subjectId?: InputMaybe<Scalars['ID']['input']>;\n};\n\n\nexport type RootQueryTypePublicGameArgs = {\n gameId: Scalars['ID']['input'];\n gameVersionId?: InputMaybe<Scalars['ID']['input']>;\n lang?: InputMaybe<Scalars['String']['input']>;\n learningObjectiveId?: InputMaybe<Scalars['ID']['input']>;\n partner: Scalars['String']['input'];\n review?: InputMaybe<Scalars['Boolean']['input']>;\n translationId?: InputMaybe<Scalars['ID']['input']>;\n};\n\n\nexport type RootQueryTypeQuestionsArgs = {\n conceptIds?: InputMaybe<Array<InputMaybe<Scalars['ID']['input']>>>;\n doks?: InputMaybe<Array<InputMaybe<Scalars['Int']['input']>>>;\n formats?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;\n gameId?: InputMaybe<Scalars['String']['input']>;\n hasImage?: InputMaybe<Scalars['Boolean']['input']>;\n layouts?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;\n learningObjectiveIds?: InputMaybe<Array<InputMaybe<Scalars['ID']['input']>>>;\n page?: InputMaybe<Scalars['Int']['input']>;\n pageSize?: InputMaybe<Scalars['Int']['input']>;\n questionIds?: InputMaybe<Array<InputMaybe<Scalars['ID']['input']>>>;\n search?: InputMaybe<Scalars['String']['input']>;\n standardId?: InputMaybe<Scalars['String']['input']>;\n statuses?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;\n subjectId?: InputMaybe<Scalars['ID']['input']>;\n};\n\n\nexport type RootQueryTypeSchoolSearchArgs = {\n limit?: InputMaybe<Scalars['Int']['input']>;\n search: Scalars['String']['input'];\n};\n\n\nexport type RootQueryTypeSchoolsArgs = {\n districtId?: InputMaybe<Scalars['ID']['input']>;\n stateId?: InputMaybe<Scalars['ID']['input']>;\n};\n\n\nexport type RootQueryTypeSearchArgs = {\n atomType?: InputMaybe<Collection>;\n filters?: InputMaybe<SearchFilter>;\n page?: InputMaybe<Scalars['Int']['input']>;\n pageSize?: InputMaybe<Scalars['Int']['input']>;\n standards?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;\n term: Scalars['String']['input'];\n};\n\n\nexport type RootQueryTypeSubjectsArgs = {\n page?: InputMaybe<Scalars['Int']['input']>;\n pageSize?: InputMaybe<Scalars['Int']['input']>;\n search?: InputMaybe<Scalars['String']['input']>;\n};\n\nexport type SafeCreatedBy = {\n __typename?: 'SafeCreatedBy';\n avatarName?: Maybe<Scalars['String']['output']>;\n firstName?: Maybe<Scalars['String']['output']>;\n fullDisplayName?: Maybe<Scalars['String']['output']>;\n imageUploadHash?: Maybe<Scalars['String']['output']>;\n lastInitial?: Maybe<Scalars['String']['output']>;\n};\n\nexport type School = {\n __typename?: 'School';\n district?: Maybe<District>;\n districtId?: Maybe<Scalars['ID']['output']>;\n id?: Maybe<Scalars['ID']['output']>;\n ncesSchoolId?: Maybe<Scalars['String']['output']>;\n school?: Maybe<Scalars['String']['output']>;\n state?: Maybe<State>;\n stateId?: Maybe<Scalars['ID']['output']>;\n};\n\nexport type SearchFacetCount = {\n __typename?: 'SearchFacetCount';\n count?: Maybe<Scalars['Int']['output']>;\n value?: Maybe<Scalars['String']['output']>;\n};\n\nexport type SearchFacets = {\n __typename?: 'SearchFacets';\n gameType?: Maybe<Array<Maybe<SearchFacetCount>>>;\n grades?: Maybe<Array<Maybe<SearchFacetCount>>>;\n subjectArea?: Maybe<Array<Maybe<SearchFacetCount>>>;\n tags?: Maybe<Array<Maybe<SearchFacetCount>>>;\n};\n\nexport type SearchFilter = {\n contentType?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;\n gameType?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;\n grades?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;\n learningObjectives?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;\n lexileLevel?: InputMaybe<Scalars['Int']['input']>;\n subjectArea?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;\n tags?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;\n};\n\nexport type SearchHit = {\n __typename?: 'SearchHit';\n game?: Maybe<SearchResultGame>;\n highlights?: Maybe<Array<Maybe<HitHighlight>>>;\n id?: Maybe<Scalars['ID']['output']>;\n learningObjective?: Maybe<SearchResultLearningObjective>;\n subject?: Maybe<SearchResultSubject>;\n};\n\nexport type SearchResult = {\n __typename?: 'SearchResult';\n facets?: Maybe<SearchFacets>;\n id?: Maybe<Scalars['ID']['output']>;\n results?: Maybe<Array<Maybe<CollectionSearchResults>>>;\n};\n\nexport type SearchResultGame = {\n __typename?: 'SearchResultGame';\n banner?: Maybe<Scalars['String']['output']>;\n compositeRating?: Maybe<Scalars['Float']['output']>;\n contentType?: Maybe<Scalars['String']['output']>;\n description?: Maybe<Scalars['String']['output']>;\n duration?: Maybe<Scalars['Int']['output']>;\n grades?: Maybe<Array<Maybe<Scalars['String']['output']>>>;\n id?: Maybe<Scalars['ID']['output']>;\n image?: Maybe<Scalars['String']['output']>;\n learningObjectives?: Maybe<Array<Maybe<Scalars['String']['output']>>>;\n lexileLevel?: Maybe<Scalars['Int']['output']>;\n name?: Maybe<Scalars['String']['output']>;\n standard?: Maybe<Array<Maybe<Scalars['String']['output']>>>;\n studentRating?: Maybe<Scalars['Float']['output']>;\n studentRatingCount?: Maybe<Scalars['Int']['output']>;\n subjectArea?: Maybe<Array<Maybe<Scalars['String']['output']>>>;\n tags?: Maybe<Array<Maybe<Scalars['String']['output']>>>;\n teacherRating?: Maybe<Scalars['Float']['output']>;\n teacherRatingCount?: Maybe<Scalars['Int']['output']>;\n type?: Maybe<Scalars['String']['output']>;\n videoPreviewUrl?: Maybe<Scalars['String']['output']>;\n vocabulary?: Maybe<Array<Maybe<Scalars['String']['output']>>>;\n};\n\nexport type SearchResultLearningObjective = {\n __typename?: 'SearchResultLearningObjective';\n cropDirection?: Maybe<Scalars['String']['output']>;\n description?: Maybe<Scalars['String']['output']>;\n grades?: Maybe<Array<Maybe<Scalars['String']['output']>>>;\n id?: Maybe<Scalars['ID']['output']>;\n image?: Maybe<Scalars['String']['output']>;\n name?: Maybe<Scalars['String']['output']>;\n ngssDciName?: Maybe<Scalars['String']['output']>;\n standard?: Maybe<Array<Maybe<Scalars['String']['output']>>>;\n subjectArea?: Maybe<Array<Maybe<Scalars['String']['output']>>>;\n tags?: Maybe<Array<Maybe<Scalars['String']['output']>>>;\n};\n\nexport type SearchResultSubject = {\n __typename?: 'SearchResultSubject';\n gradeLevel?: Maybe<Scalars['String']['output']>;\n id?: Maybe<Scalars['ID']['output']>;\n image?: Maybe<Scalars['String']['output']>;\n name?: Maybe<Scalars['String']['output']>;\n standard?: Maybe<Array<Maybe<Scalars['String']['output']>>>;\n subjectArea?: Maybe<Array<Maybe<Scalars['String']['output']>>>;\n};\n\nexport type State = {\n __typename?: 'State';\n abbrev?: Maybe<Scalars['String']['output']>;\n id?: Maybe<Scalars['ID']['output']>;\n state?: Maybe<Scalars['String']['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 type SubjectsList = {\n __typename?: 'SubjectsList';\n entries?: Maybe<Array<Maybe<Subject>>>;\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 Video = {\n __typename?: 'Video';\n duration?: Maybe<Scalars['Int']['output']>;\n id?: Maybe<Scalars['ID']['output']>;\n playDuration?: Maybe<Scalars['Int']['output']>;\n thumbnailUrl?: Maybe<Scalars['String']['output']>;\n title: Scalars['String']['output'];\n type?: Maybe<Scalars['String']['output']>;\n url: Scalars['String']['output'];\n vimeoId?: Maybe<Scalars['String']['output']>;\n youtubeId?: Maybe<Scalars['String']['output']>;\n};\n"]}
|