Skip to content

A command line node program to convert s2s graphql schemas into real graphql schemas

Notifications You must be signed in to change notification settings

greemo/gqls2s-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a little command line program to convert s2s graphql schemas into real graphql schemas.

To run the program:

node . input_s2s_schema > output_graphql_schema

To install the program:

npm install -g .

To run:

gqls2s

To uninstall:

npm uninstall -g gqls2s-cli

About

A command line node program to convert s2s graphql schemas into real graphql schemas

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published