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