# README
GraphQL Compiler (graphqlc)
graphqlc
is a protoc
style code generator for GraphQL.
The project attempts to adhere to protoc
standards whenever possible.
Supported
protoc
style plugins and parameter passingprotoc
style insertion points
See api/protobuf for specification.
Installation
go get -u github.com/samlitowitz/graphqlc/cmd/graphqlc
Usage
Install graphqlc-gen-*
plugin.
graphqlc --*_out=. path/to/*.graphql