Skip to content

Convert a GraphQL Schema to a flow definition

Notifications You must be signed in to change notification settings

Wondermall/gql2flow

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GraphQL To Flow Types

A fork of gql2ts

yarn global add gql2flow (recommended)
npm i -g gql2flow (legacy)
Usage: gql2flow [options] <schema.json>

Options:

  -h, --help                         output usage information
  -V, --version                      output the version number
  -o --output-file [outputFile]      name for output file, defaults to graphql-export.flow.js
  -i --ignored-types <ignoredTypes>  names of types to ignore (comma delimited)

Examples

With Default Options

gql2flow schema.json

With Optional Options

gql2flow -i BadInterface,BadType,BadUnion -o schema.flow.js schema.json

About

Convert a GraphQL Schema to a flow definition

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%