https://github.com/ipfans/gqlgen-error
gqlgen error MVP
https://github.com/ipfans/gqlgen-error
Last synced: over 1 year ago
JSON representation
gqlgen error MVP
- Host: GitHub
- URL: https://github.com/ipfans/gqlgen-error
- Owner: ipfans
- License: agpl-3.0
- Created: 2022-01-13T10:40:14.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-02-25T08:23:22.000Z (over 3 years ago)
- Last Synced: 2025-01-31T10:11:25.563Z (over 1 year ago)
- Language: Go
- Size: 44.9 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gqlgen-error
gqlgen error MVP
## How to Start
1. install [task command](https://taskfile.dev) (Optional if you want by yourself.)
2. `task down` to install `gqlgen v0.10.2`.
3. `task` to generate with gqlgen.
4. `task up` to install `gqlgen@master`
5. `task` to generate with gqlgen.
## The outputs
This code is works fine with `v0.10.2`, but can not used by `v0.11.0+`:
```
$ task
task: [default] go generate ./...
task: [default] go run github.com/99designs/gqlgen --verbose
merging type systems failed: unable to bind to interface: github.com/ipfans/gqlgen-error/business/entity.City does not satisfy the interface gitlab.com/hookactions/gqlgen-relay/relay.Node
exit status 1
```