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