From 41e85023019bc13c06a1de2c431e0bd920e9e29a Mon Sep 17 00:00:00 2001 From: Sascha Date: Sat, 20 Mar 2021 15:13:10 +0100 Subject: Use profile page for each identity Authorcomponent links to the authors profile page. Replace pofile buglist with statistics --- api/graphql/schema/repository.graphql | 4 ---- 1 file changed, 4 deletions(-) (limited to 'api/graphql') 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""" -- cgit