Skip to content

Commit

Permalink
Merge branch 'main' of github.com:web-ridge/gqlgen-sqlboiler
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardLindhout committed Dec 23, 2021
2 parents b50fa59 + b2e1cc3 commit aad8f84
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,19 +51,20 @@ See [example of `convert_plugin.go`](https://github.com/web-ridge/gqlgen-sqlboil
- [x] public errors in resolvers + logging via zerolog.
- [x] [overriding convert functions](https://github.com/web-ridge/gqlgen-sqlboiler#overriding-converts)
- [x] [custom scope resolvers](https://github.com/web-ridge/gqlgen-sqlboiler-examples/blob/main/social-network/convert_plugin.go#L66) e.g userId, organizationId
- [x] Support gqlgen multiple .graphql files
- [x] Batch create helpers for sqlboiler and integration batch create inputs
### Relay
- [x] [GraphQL Cursor Connections Specification](https://relay.dev/graphql/connections.htm)
- [x] [Global Object Identification](https://graphql.org/learn/global-object-identification/)
### Roadmap
- [ ] Support automatic converts for custom schema objects
- [ ] Support overriding resolvers
- [ ] Support gqlgen multiple .graphql files
- [ ] Support multiple resolvers (per schema)
- [ ] Adding automatic database migrations and integration with [web-ridge/dbifier](https://github.com/web-ridge/dbifier)
- [ ] Crud of adding/removing relationships from many-to-many on edges
- [ ] Crud of adding/removing relationships from one-to-many and many-to-many on edges
- [ ] Support more relationships inside input types
- [ ] Generate tests
- [ ] Run automatic tests in Github CI/CD in https://github.com/web-ridge/gqlgen-sqlboiler-examples
- [ ] Batch create generation in resolvers (based on code from [web-ridge/contact-tracing](https://github.com/web-ridge/contact-tracing/blob/master/backend/helpers/convert_batch.go))

## Examples
Checkout our examples to see the generated schema.grapql, converts and resolvers.
Expand Down

0 comments on commit aad8f84

Please sign in to comment.