Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 854 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 854 Bytes

GraphQL Compiler (graphqlc)

Go Report Card Go Reference

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 passing
  • protoc 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

Reference

  1. GraphQL Specification