We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For example;
type QueryFruitItem = { name: String! } type FruitsResponse = { items: [QueryFruitItem!]! }
The generated schemas will not contain a function QueryFruitItemSchema() {.
function QueryFruitItemSchema() {
Using the zod schema config, unaware if the same issue stands for the other output types.
zod
Amazing idea this plugin btw 🤩
The text was updated successfully, but these errors were encountered:
Fixed in #168
Sorry, something went wrong.
@ctrlplusb Hi 👋 Thanks for creating this issue and your PR!
I'm checking the PR.
I'm so happy! Thank you!
I saw your repositories and I'm very surprised at what you have achieved!
@ctrlplusb I've published a new version that contains this bug fix.
https://github.com/Code-Hex/graphql-codegen-typescript-validation-schema/releases/tag/v0.6.1
Thank you so much!
Amazing, thank you!
Successfully merging a pull request may close this issue.
For example;
The generated schemas will not contain a
function QueryFruitItemSchema() {
.Using the
zod
schema config, unaware if the same issue stands for the other output types.Amazing idea this plugin btw 🤩
The text was updated successfully, but these errors were encountered: