_Service-redeploy2

This commit is contained in:
Tony Rewin 2023-10-06 06:39:01 +03:00
parent e244549a1d
commit 2697ec4fcd

View File

@ -236,6 +236,7 @@ type Query {
topicsRandom(amount: Int): [Topic]!
topicsByCommunity(community: String!): [Topic]!
topicsByAuthor(author: String!): [Topic]!
_service: _Service!
}
############################################ Entities