aboutsummaryrefslogtreecommitdiffstats
path: root/api/graphql/models/models.go
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2024-08-28 11:43:42 +0200
committerGitHub <noreply@github.com>2024-08-28 09:43:42 +0000
commit57e7147021e38b847213d4dc7f0e0bf0b022850d (patch)
tree882650697950003e2325f0815353032a8596ca1d /api/graphql/models/models.go
parente45c3c5ee6dc5650fd8c3f480d9e09e5f3b221fd (diff)
downloadgit-bug-57e7147021e38b847213d4dc7f0e0bf0b022850d.tar.gz
graphql: properly namespace Bug to make space for other entities (#1254)
Also: use gqlgen directives to help the type auto-binding Missing: - namespace mutations - adapt the webUI queries
Diffstat (limited to 'api/graphql/models/models.go')
-rw-r--r--api/graphql/models/models.go5
1 files changed, 0 insertions, 5 deletions
diff --git a/api/graphql/models/models.go b/api/graphql/models/models.go
index 5355b722..c54f4cf2 100644
--- a/api/graphql/models/models.go
+++ b/api/graphql/models/models.go
@@ -16,8 +16,3 @@ type Repository struct {
Cache *cache.MultiRepoCache
Repo *cache.RepoCache
}
-
-type RepositoryMutation struct {
- Cache *cache.MultiRepoCache
- Repo *cache.RepoCache
-}