We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a42fa05 commit 30d23d6Copy full SHA for 30d23d6
README.md
@@ -31,7 +31,7 @@ Changes enums to TypeScript string union types
31
When enabled, prevents circular relationships from triggering infinite recursion. After the first resolution of a
32
specific type in a particular call stack, subsequent resolutions will return an empty object cast to the correct type.
33
34
-### prefix (`string`, defaultValue: `a` for constants & `an` for vowels)
+### prefix (`string`, defaultValue: `a` for consonants & `an` for vowels)
35
36
The prefix to add to the mock function name. Cannot be empty since it will clash with the associated
37
typescript definition from `@graphql-codegen/typescript`
0 commit comments