aboutsummaryrefslogtreecommitdiffstats
path: root/api/graphql/schema/repository.graphql
diff options
context:
space:
mode:
Diffstat (limited to 'api/graphql/schema/repository.graphql')
-rw-r--r--api/graphql/schema/repository.graphql4
1 files changed, 0 insertions, 4 deletions
diff --git a/api/graphql/schema/repository.graphql b/api/graphql/schema/repository.graphql
index 5ce932b7..d7411be7 100644
--- a/api/graphql/schema/repository.graphql
+++ b/api/graphql/schema/repository.graphql
@@ -17,10 +17,6 @@ type Repository {
query: String
): BugConnection!
- allBugsDetail(
- query: String
- ): [Bug]!
-
bug(prefix: String!): Bug
"""All the identities"""