Skip to content

ovidb/graphql-to-yup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Plugin for graphql-codegen to Generate Yup schema from GraphQL

Currently only works with input types

##Usage

Install

If you want to run it from your project:

npm install --save-dev @ovidb/graphql-to-yup

you could also install it globally:

npm install -g @ovidb/graphql-to-yup

Setup using codegen.yml

You will need to create a codegen.yml file

schema: point/to/your/schema.graphql
generates:
  the-output-file.js:
    plugins:
      - @ovidb/graphql-to-yup
    config:
      inputTypeNames:
        - TheTypesYouWantToGenerateSchemaFor
        - AnotherInputType

About

Generate a Yup schema from GraphQL

Resources

Stars

Watchers

Forks

Packages

No packages published