graphql-codegen-yup-schema
graphql-codegen-yup-schema copied to clipboard
graphql-codegen plugin to generate yup validation schema based on GraphQL schema directives
Welcome to [Renovate](https://redirect.github.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin. 🚦 To activate Renovate, merge this Pull Request. To disable...
This is my codegen.yml overwrite: true schema: "http://localhost:4000/graphql" documents: "src/**/*.graphql" generates: src/generated/graphql.tsx: plugins: - "typescript" - "typescript-operations" - "typescript-react-apollo" - "fragment-matcher" - "graphql-codegen-yup-schema" ./graphql.schema.json: plugins: - "introspection" after running codegen...