ozon-task/graph
erius 8fce488888 Implemented pagination for posts, comments and replies
TODO: use dataloaders to reduce amount of sql queries (figure out how to batch query nested paginated data) and add some basic unit or integrated testing
2024-06-27 04:28:18 +03:00
..
model Implemented pagination for posts, comments and replies 2024-06-27 04:28:18 +03:00
schema Implemented pagination for posts, comments and replies 2024-06-27 04:28:18 +03:00
generated.go Implemented pagination for posts, comments and replies 2024-06-27 04:28:18 +03:00
mutation.resolvers.go Separated graphql schema into multiple files and moved them to graph/schema dir, update the gqlgen.yml accordingly 2024-06-26 04:45:04 +03:00
query.resolvers.go Implemented pagination for posts, comments and replies 2024-06-27 04:28:18 +03:00
resolver.go First commit 2024-06-25 02:34:10 +03:00