We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e37a72c commit 6afbd57Copy full SHA for 6afbd57
frontend/app/api/generated.ts
@@ -458,6 +458,7 @@ export type ListeningAchievement = Achievement & {
458
459
export type Mutation = {
460
__typename?: 'Mutation';
461
+ _empty?: Maybe<Scalars['Boolean']['output']>;
462
addTeamMembers: Team;
463
archiveProject: Scalars['Boolean']['output'];
464
assignChallengeToEvent: Challenge;
0 commit comments