Skip to content

Commit

Permalink
codegen
Browse files Browse the repository at this point in the history
  • Loading branch information
SupaJoon committed Oct 29, 2024
1 parent 545aaf7 commit ac0b72d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/parsley/src/gql/generated/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3484,6 +3484,7 @@ export type WaterfallBuildVariant = {
};

export type WaterfallOptions = {
date?: InputMaybe<Scalars["Time"]["input"]>;
limit?: InputMaybe<Scalars["Int"]["input"]>;
/** Return versions with an order lower than maxOrder. Used for paginating forward. */
maxOrder?: InputMaybe<Scalars["Int"]["input"]>;
Expand All @@ -3497,6 +3498,7 @@ export type WaterfallOptions = {
export type WaterfallTask = {
__typename?: "WaterfallTask";
displayName: Scalars["String"]["output"];
execution: Scalars["Int"]["output"];
id: Scalars["String"]["output"];
status: Scalars["String"]["output"];
};
Expand Down

0 comments on commit ac0b72d

Please sign in to comment.