Remove unused addRelay mutation

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2022-05-06 13:11:29 +02:00
parent 6eb2b6d31a
commit 05724476aa
4 changed files with 0 additions and 31 deletions

View File

@@ -1906,12 +1906,6 @@ type RootMutationType {
domain: String!
): Instance
"Add a relay subscription"
addRelay(
"The relay hostname to add"
address: String!
): Follower
"Delete a relay subscription"
removeRelay(
"The relay hostname to delete"