@@ -1559,6 +1559,16 @@ export type CompletedQuestionsQueryVariables = Exact<{ [key: string]: never; }>;
15591559
15601560export type CompletedQuestionsQuery = { __typename ?: 'Query' , me : { __typename ?: 'User' , id : string , submissionStatistics : { __typename ?: 'SubmissionStatistics' , totalQuestions : number , solvedQuestions : number } } } ;
15611561
1562+ export type MySolvedQuestionsCountQueryVariables = Exact < { [ key : string ] : never ; } > ;
1563+
1564+
1565+ export type MySolvedQuestionsCountQuery = { __typename ?: 'Query' , me : { __typename ?: 'User' , id : string , name : string , submissionStatistics : { __typename ?: 'SubmissionStatistics' , solvedQuestions : number } } } ;
1566+
1567+ export type MyPointsQueryVariables = Exact < { [ key : string ] : never ; } > ;
1568+
1569+
1570+ export type MyPointsQuery = { __typename ?: 'Query' , me : { __typename ?: 'User' , id : string , name : string , totalPoints : number } } ;
1571+
15621572export type PointsQueryVariables = Exact < { [ key : string ] : never ; } > ;
15631573
15641574
@@ -1623,6 +1633,8 @@ export const SubmissionHistoryDocument = {"kind":"Document","definitions":[{"kin
16231633export const ChallengeStatisticsDocument = { "kind" :"Document" , "definitions" :[ { "kind" :"OperationDefinition" , "operation" :"query" , "name" :{ "kind" :"Name" , "value" :"ChallengeStatistics" } , "selectionSet" :{ "kind" :"SelectionSet" , "selections" :[ { "kind" :"Field" , "name" :{ "kind" :"Name" , "value" :"me" } , "selectionSet" :{ "kind" :"SelectionSet" , "selections" :[ { "kind" :"Field" , "name" :{ "kind" :"Name" , "value" :"id" } } , { "kind" :"Field" , "name" :{ "kind" :"Name" , "value" :"submissionStatistics" } , "selectionSet" :{ "kind" :"SelectionSet" , "selections" :[ { "kind" :"Field" , "name" :{ "kind" :"Name" , "value" :"totalQuestions" } } , { "kind" :"Field" , "name" :{ "kind" :"Name" , "value" :"solvedQuestions" } } , { "kind" :"Field" , "name" :{ "kind" :"Name" , "value" :"attemptedQuestions" } } ] } } ] } } ] } } ] } as unknown as DocumentNode < ChallengeStatisticsQuery , ChallengeStatisticsQueryVariables > ;
16241634export const ListQuestionsDocument = { "kind" :"Document" , "definitions" :[ { "kind" :"OperationDefinition" , "operation" :"query" , "name" :{ "kind" :"Name" , "value" :"ListQuestions" } , "variableDefinitions" :[ { "kind" :"VariableDefinition" , "variable" :{ "kind" :"Variable" , "name" :{ "kind" :"Name" , "value" :"where" } } , "type" :{ "kind" :"NamedType" , "name" :{ "kind" :"Name" , "value" :"QuestionWhereInput" } } } , { "kind" :"VariableDefinition" , "variable" :{ "kind" :"Variable" , "name" :{ "kind" :"Name" , "value" :"after" } } , "type" :{ "kind" :"NamedType" , "name" :{ "kind" :"Name" , "value" :"Cursor" } } } ] , "selectionSet" :{ "kind" :"SelectionSet" , "selections" :[ { "kind" :"Field" , "name" :{ "kind" :"Name" , "value" :"questions" } , "arguments" :[ { "kind" :"Argument" , "name" :{ "kind" :"Name" , "value" :"where" } , "value" :{ "kind" :"Variable" , "name" :{ "kind" :"Name" , "value" :"where" } } } , { "kind" :"Argument" , "name" :{ "kind" :"Name" , "value" :"first" } , "value" :{ "kind" :"IntValue" , "value" :"10" } } , { "kind" :"Argument" , "name" :{ "kind" :"Name" , "value" :"after" } , "value" :{ "kind" :"Variable" , "name" :{ "kind" :"Name" , "value" :"after" } } } ] , "selectionSet" :{ "kind" :"SelectionSet" , "selections" :[ { "kind" :"Field" , "name" :{ "kind" :"Name" , "value" :"edges" } , "selectionSet" :{ "kind" :"SelectionSet" , "selections" :[ { "kind" :"Field" , "name" :{ "kind" :"Name" , "value" :"node" } , "selectionSet" :{ "kind" :"SelectionSet" , "selections" :[ { "kind" :"Field" , "name" :{ "kind" :"Name" , "value" :"id" } } , { "kind" :"FragmentSpread" , "name" :{ "kind" :"Name" , "value" :"QuestionCard" } } , { "kind" :"FragmentSpread" , "name" :{ "kind" :"Name" , "value" :"QuestionSolvedStatus" } } ] } } ] } } , { "kind" :"Field" , "name" :{ "kind" :"Name" , "value" :"pageInfo" } , "selectionSet" :{ "kind" :"SelectionSet" , "selections" :[ { "kind" :"Field" , "name" :{ "kind" :"Name" , "value" :"hasNextPage" } } , { "kind" :"Field" , "name" :{ "kind" :"Name" , "value" :"endCursor" } } ] } } ] } } ] } } , { "kind" :"FragmentDefinition" , "name" :{ "kind" :"Name" , "value" :"QuestionSolvedStatus" } , "typeCondition" :{ "kind" :"NamedType" , "name" :{ "kind" :"Name" , "value" :"Question" } } , "selectionSet" :{ "kind" :"SelectionSet" , "selections" :[ { "kind" :"Field" , "name" :{ "kind" :"Name" , "value" :"solved" } } , { "kind" :"Field" , "name" :{ "kind" :"Name" , "value" :"attempted" } } ] } } , { "kind" :"FragmentDefinition" , "name" :{ "kind" :"Name" , "value" :"QuestionCard" } , "typeCondition" :{ "kind" :"NamedType" , "name" :{ "kind" :"Name" , "value" :"Question" } } , "selectionSet" :{ "kind" :"SelectionSet" , "selections" :[ { "kind" :"Field" , "name" :{ "kind" :"Name" , "value" :"id" } } , { "kind" :"Field" , "name" :{ "kind" :"Name" , "value" :"title" } } , { "kind" :"Field" , "name" :{ "kind" :"Name" , "value" :"description" } } , { "kind" :"Field" , "name" :{ "kind" :"Name" , "value" :"difficulty" } } , { "kind" :"Field" , "name" :{ "kind" :"Name" , "value" :"category" } } , { "kind" :"FragmentSpread" , "name" :{ "kind" :"Name" , "value" :"QuestionSolvedStatus" } } ] } } ] } as unknown as DocumentNode < ListQuestionsQuery , ListQuestionsQueryVariables > ;
16251635export const CompletedQuestionsDocument = { "kind" :"Document" , "definitions" :[ { "kind" :"OperationDefinition" , "operation" :"query" , "name" :{ "kind" :"Name" , "value" :"CompletedQuestions" } , "selectionSet" :{ "kind" :"SelectionSet" , "selections" :[ { "kind" :"Field" , "name" :{ "kind" :"Name" , "value" :"me" } , "selectionSet" :{ "kind" :"SelectionSet" , "selections" :[ { "kind" :"Field" , "name" :{ "kind" :"Name" , "value" :"id" } } , { "kind" :"Field" , "name" :{ "kind" :"Name" , "value" :"submissionStatistics" } , "selectionSet" :{ "kind" :"SelectionSet" , "selections" :[ { "kind" :"Field" , "name" :{ "kind" :"Name" , "value" :"totalQuestions" } } , { "kind" :"Field" , "name" :{ "kind" :"Name" , "value" :"solvedQuestions" } } ] } } ] } } ] } } ] } as unknown as DocumentNode < CompletedQuestionsQuery , CompletedQuestionsQueryVariables > ;
1636+ export const MySolvedQuestionsCountDocument = { "kind" :"Document" , "definitions" :[ { "kind" :"OperationDefinition" , "operation" :"query" , "name" :{ "kind" :"Name" , "value" :"MySolvedQuestionsCount" } , "selectionSet" :{ "kind" :"SelectionSet" , "selections" :[ { "kind" :"Field" , "name" :{ "kind" :"Name" , "value" :"me" } , "selectionSet" :{ "kind" :"SelectionSet" , "selections" :[ { "kind" :"Field" , "name" :{ "kind" :"Name" , "value" :"id" } } , { "kind" :"Field" , "name" :{ "kind" :"Name" , "value" :"name" } } , { "kind" :"Field" , "name" :{ "kind" :"Name" , "value" :"submissionStatistics" } , "selectionSet" :{ "kind" :"SelectionSet" , "selections" :[ { "kind" :"Field" , "name" :{ "kind" :"Name" , "value" :"solvedQuestions" } } ] } } ] } } ] } } ] } as unknown as DocumentNode < MySolvedQuestionsCountQuery , MySolvedQuestionsCountQueryVariables > ;
1637+ export const MyPointsDocument = { "kind" :"Document" , "definitions" :[ { "kind" :"OperationDefinition" , "operation" :"query" , "name" :{ "kind" :"Name" , "value" :"MyPoints" } , "selectionSet" :{ "kind" :"SelectionSet" , "selections" :[ { "kind" :"Field" , "name" :{ "kind" :"Name" , "value" :"me" } , "selectionSet" :{ "kind" :"SelectionSet" , "selections" :[ { "kind" :"Field" , "name" :{ "kind" :"Name" , "value" :"id" } } , { "kind" :"Field" , "name" :{ "kind" :"Name" , "value" :"name" } } , { "kind" :"Field" , "name" :{ "kind" :"Name" , "value" :"totalPoints" } } ] } } ] } } ] } as unknown as DocumentNode < MyPointsQuery , MyPointsQueryVariables > ;
16261638export const PointsDocument = { "kind" :"Document" , "definitions" :[ { "kind" :"OperationDefinition" , "operation" :"query" , "name" :{ "kind" :"Name" , "value" :"Points" } , "selectionSet" :{ "kind" :"SelectionSet" , "selections" :[ { "kind" :"Field" , "name" :{ "kind" :"Name" , "value" :"me" } , "selectionSet" :{ "kind" :"SelectionSet" , "selections" :[ { "kind" :"Field" , "name" :{ "kind" :"Name" , "value" :"id" } } , { "kind" :"Field" , "name" :{ "kind" :"Name" , "value" :"totalPoints" } } , { "kind" :"Field" , "name" :{ "kind" :"Name" , "value" :"points" } , "arguments" :[ { "kind" :"Argument" , "name" :{ "kind" :"Name" , "value" :"first" } , "value" :{ "kind" :"IntValue" , "value" :"5" } } ] , "selectionSet" :{ "kind" :"SelectionSet" , "selections" :[ { "kind" :"Field" , "name" :{ "kind" :"Name" , "value" :"edges" } , "selectionSet" :{ "kind" :"SelectionSet" , "selections" :[ { "kind" :"Field" , "name" :{ "kind" :"Name" , "value" :"node" } , "selectionSet" :{ "kind" :"SelectionSet" , "selections" :[ { "kind" :"Field" , "name" :{ "kind" :"Name" , "value" :"id" } } , { "kind" :"FragmentSpread" , "name" :{ "kind" :"Name" , "value" :"PointFragment" } } ] } } ] } } ] } } ] } } ] } } , { "kind" :"FragmentDefinition" , "name" :{ "kind" :"Name" , "value" :"PointFragment" } , "typeCondition" :{ "kind" :"NamedType" , "name" :{ "kind" :"Name" , "value" :"Point" } } , "selectionSet" :{ "kind" :"SelectionSet" , "selections" :[ { "kind" :"Field" , "name" :{ "kind" :"Name" , "value" :"description" } } , { "kind" :"Field" , "name" :{ "kind" :"Name" , "value" :"points" } } ] } } ] } as unknown as DocumentNode < PointsQuery , PointsQueryVariables > ;
16271639export const ResolvedQuestionsDocument = { "kind" :"Document" , "definitions" :[ { "kind" :"OperationDefinition" , "operation" :"query" , "name" :{ "kind" :"Name" , "value" :"ResolvedQuestions" } , "selectionSet" :{ "kind" :"SelectionSet" , "selections" :[ { "kind" :"Field" , "name" :{ "kind" :"Name" , "value" :"me" } , "selectionSet" :{ "kind" :"SelectionSet" , "selections" :[ { "kind" :"Field" , "name" :{ "kind" :"Name" , "value" :"id" } } , { "kind" :"Field" , "name" :{ "kind" :"Name" , "value" :"submissionStatistics" } , "selectionSet" :{ "kind" :"SelectionSet" , "selections" :[ { "kind" :"Field" , "name" :{ "kind" :"Name" , "value" :"totalQuestions" } } , { "kind" :"Field" , "name" :{ "kind" :"Name" , "value" :"solvedQuestions" } } ] } } ] } } ] } } ] } as unknown as DocumentNode < ResolvedQuestionsQuery , ResolvedQuestionsQueryVariables > ;
16281640export const QuestionInfoDocument = { "kind" :"Document" , "definitions" :[ { "kind" :"OperationDefinition" , "operation" :"query" , "name" :{ "kind" :"Name" , "value" :"QuestionInfo" } , "variableDefinitions" :[ { "kind" :"VariableDefinition" , "variable" :{ "kind" :"Variable" , "name" :{ "kind" :"Name" , "value" :"id" } } , "type" :{ "kind" :"NonNullType" , "type" :{ "kind" :"NamedType" , "name" :{ "kind" :"Name" , "value" :"ID" } } } } ] , "selectionSet" :{ "kind" :"SelectionSet" , "selections" :[ { "kind" :"Field" , "name" :{ "kind" :"Name" , "value" :"question" } , "arguments" :[ { "kind" :"Argument" , "name" :{ "kind" :"Name" , "value" :"id" } , "value" :{ "kind" :"Variable" , "name" :{ "kind" :"Name" , "value" :"id" } } } ] , "selectionSet" :{ "kind" :"SelectionSet" , "selections" :[ { "kind" :"Field" , "name" :{ "kind" :"Name" , "value" :"id" } } , { "kind" :"Field" , "name" :{ "kind" :"Name" , "value" :"title" } } , { "kind" :"Field" , "name" :{ "kind" :"Name" , "value" :"description" } } , { "kind" :"Field" , "name" :{ "kind" :"Name" , "value" :"difficulty" } } , { "kind" :"Field" , "name" :{ "kind" :"Name" , "value" :"category" } } ] } } ] } } ] } as unknown as DocumentNode < QuestionInfoQuery , QuestionInfoQueryVariables > ;
0 commit comments