gqlgen-pg-todo-example icon indicating copy to clipboard operation
gqlgen-pg-todo-example copied to clipboard

This a simple gqlgen repository example which includes basic models and interactions with a pg database

Results 3 gqlgen-pg-todo-example issues
Sort by recently updated
recently updated
newest added

It would be great to see how you solve the multi-tenancy problem, perhaps with one of the most comfortable ways for startups, the one with the `tenant_id` column in tables....

Are you going to implement `limit` and `offset` or `cursor` pagination? Your resolver declares them here: https://github.com/oshalygin/gqlgen-pg-todo-example/blob/master/resolvers/todo.go#L28