Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shakahl/gqlassist
Golang type definitions generator for consuming GraphQL server resources.
https://github.com/shakahl/gqlassist
developer-tools development-tools generator golang graphql hasura hasura-graphql hasura-graphql-engine link-golang link-graphql types
Last synced: about 1 month ago
JSON representation
Golang type definitions generator for consuming GraphQL server resources.
- Host: GitHub
- URL: https://github.com/shakahl/gqlassist
- Owner: shakahl
- License: mit
- Created: 2020-09-16T09:46:15.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T14:49:39.000Z (about 1 year ago)
- Last Synced: 2024-11-16T12:48:07.642Z (about 2 months ago)
- Topics: developer-tools, development-tools, generator, golang, graphql, hasura, hasura-graphql, hasura-graphql-engine, link-golang, link-graphql, types
- Language: Go
- Homepage:
- Size: 64.5 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
GQLAssist
===> [GQLAssist][project-github] is a **client-side** [GraphQL][link-graphql] struct and type definitions generator for [Go][link-golang] programming language.
## Installation
```bash
go get -u github.com/shakahl/gqlassist
```## License
[GQLAssist][project-github] is distributed under the MIT license. See also LICENSE.
[project-github]: https://github.com/shakahl/gqlassist "shakahl/gqlassist"
[link-golang]: https://golang.org "Go"
[link-graphql]: https://graphql.org/ "GraphQL"