Skip to content

Extract and generate GraphQL schema definitions from Go structs.

License

Notifications You must be signed in to change notification settings

equinux/graphql-go-generate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

🍻

About

Extract and generate GraphQL schema definitions from Go structs.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages