Skip to content

Commit

Permalink
Update packages/generate/src/cli.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Carson Full <carsonfull@gmail.com>
  • Loading branch information
diksipav and CarsonF authored Sep 30, 2024
1 parent 87cdd01 commit 3ba4fe3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/generate/src/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -458,9 +458,9 @@ OPTIONS:
Do not prompt to update gitignore with generated code
--future
Include future features
--strictTypeNames
--future-strict-type-names
Return the exact string literal for .__type__.name instead of a general string type
--polymorphismAsDiscriminatedUnions
--future-polymorphism-as-discriminated-unions
Use a discriminated union as the return type for polymorphic queries, where each member includes __typename
`);
}
Expand Down

0 comments on commit 3ba4fe3

Please sign in to comment.