Add basic graphql api

This commit is contained in:
2023-01-14 06:02:17 -07:00
parent 30fed27126
commit 4a4b6fd185
8 changed files with 435 additions and 25 deletions
+2
View File
@@ -11,6 +11,8 @@ require (
github.com/go-git/go-git/v5 v5.4.3-0.20220529141257-bc1f419cebcf
github.com/go-playground/webhooks/v6 v6.0.1
github.com/google/uuid v1.3.0
github.com/graphql-go/graphql v0.8.0
github.com/graphql-go/handler v0.2.3
github.com/jackc/pgx/v5 v5.2.0
github.com/op/go-logging v0.0.0-20160315200505-970db520ece7
golang.org/x/net v0.2.0