Skip to content

Commit

Permalink
codegen
Browse files Browse the repository at this point in the history
  • Loading branch information
SupaJoon committed May 31, 2024
1 parent dfa2cb6 commit d6c3d25
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions apps/parsley/src/gql/generated/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1334,9 +1334,7 @@ export type MutationUpdatePublicKeyArgs = {
};

export type MutationUpdateSpawnHostStatusArgs = {
action?: InputMaybe<SpawnHostStatusActions>;
hostId?: InputMaybe<Scalars["String"]["input"]>;
updateSpawnHostStatusInput?: InputMaybe<UpdateSpawnHostStatusInput>;
updateSpawnHostStatusInput: UpdateSpawnHostStatusInput;
};

export type MutationUpdateUserSettingsArgs = {
Expand Down

0 comments on commit d6c3d25

Please sign in to comment.