Skip to content

A graphqlc code generator using gqlgen configuration and (ideally) producing identical output

License

Notifications You must be signed in to change notification settings

samlitowitz/graphqlc-gen-gqlgen

Repository files navigation

graphqlc-gen-gqlgen

This is a code generator designed to work with graphqlc. The intent is to take a gqlgen configuration file and produce identical output allowing a seamless transition from gqlgen to graphqlc.

Installation

Install graphqlc.

go get -u github.com/samlitowitz/graphqlc-gen-gqlgen/cmd/graphqlc-gen-gqlgen

Usage

graphqlc --gqlgen_out=config=.gqlgen.yml:. schema.graphql

See examples directory for more use cases (mirrors gqlgen). Type extension is currently unsupported.

About

A graphqlc code generator using gqlgen configuration and (ideally) producing identical output

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages