From fef424b93d4401272cb05c4fef9679b4a9287885 Mon Sep 17 00:00:00 2001 From: einhorn_b Date: Tue, 29 Aug 2023 16:54:09 +0200 Subject: [PATCH] remove not existing query, update existing along with resolver --- backend/src/seeds/graphql/queries.ts | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/backend/src/seeds/graphql/queries.ts b/backend/src/seeds/graphql/queries.ts index 949ed86d7..1b5a84d45 100644 --- a/backend/src/seeds/graphql/queries.ts +++ b/backend/src/seeds/graphql/queries.ts @@ -118,17 +118,6 @@ export const listGDTEntriesQuery = gql` } ` -export const communityInfo = gql` - query { - getCommunityInfo { - name - description - registerUrl - url - } - } -` - export const communities = gql` query { communities { @@ -159,7 +148,7 @@ export const getCommunities = gql` export const getCommunitySelections = gql` query { - getCommunitySelections { + communities { id foreign name