Extract and generate GraphQL schema definitions from Go structs.
Create graphql-go object definitions for all struct
types with tagged fields from any package.
go install github.com/equinux/graphql-go-generate
graphql-go-generate --tag=json github.com/square/go-jose
This gives you a quick starting point, if you have a lot of models to put in your schema.
🍻