Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 474 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 474 Bytes

graphql-go-generate

Extract and generate GraphQL schema definitions from Go structs.

What?

Create graphql-go object definitions for all struct types with tagged fields from any package.

How?

go install github.com/equinux/graphql-go-generate
graphql-go-generate --tag=json github.com/square/go-jose

Why?

This gives you a quick starting point, if you have a lot of models to put in your schema.

Enjoy

🍻