Go to file
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
cmd Added init log messages 2024-06-25 03:19:53 +03:00
deployments/docker-compose 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
graph Implemented pagination for posts, comments and replies 2024-06-27 04:28:18 +03:00
internal/storage Implemented pagination for posts, comments and replies 2024-06-27 04:28:18 +03:00
.dockerignore First commit 2024-06-25 02:34:10 +03:00
.gitignore First commit 2024-06-25 02:34:10 +03:00
Dockerfile First commit 2024-06-25 02:34:10 +03:00
go.mod Implemented pagination for posts, comments and replies 2024-06-27 04:28:18 +03:00
go.sum Implemented pagination for posts, comments and replies 2024-06-27 04:28:18 +03:00
gqlgen.yml 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
Makefile 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
tools.go First commit 2024-06-25 02:34:10 +03:00