From 2697ec4fcdc347025bb577807da9adbeb3892c15 Mon Sep 17 00:00:00 2001 From: Tony Rewin Date: Fri, 6 Oct 2023 06:39:01 +0300 Subject: [PATCH] _Service-redeploy2 --- schemas/core.graphql | 1 + 1 file changed, 1 insertion(+) diff --git a/schemas/core.graphql b/schemas/core.graphql index 0091ebcd..f4533aa2 100644 --- a/schemas/core.graphql +++ b/schemas/core.graphql @@ -236,6 +236,7 @@ type Query { topicsRandom(amount: Int): [Topic]! topicsByCommunity(community: String!): [Topic]! topicsByAuthor(author: String!): [Topic]! + _service: _Service! } ############################################ Entities