aboutsummaryrefslogtreecommitdiffhomepage
path: root/frontend/src/graphql/mutations.graphql
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src/graphql/mutations.graphql')
-rw-r--r--frontend/src/graphql/mutations.graphql4
1 files changed, 2 insertions, 2 deletions
diff --git a/frontend/src/graphql/mutations.graphql b/frontend/src/graphql/mutations.graphql
index 8bcbcec..9070118 100644
--- a/frontend/src/graphql/mutations.graphql
+++ b/frontend/src/graphql/mutations.graphql
@@ -7,8 +7,8 @@ mutation AddFeed($url: String!) {
}
}
-mutation RemoveFeed($id: ID!) {
- removeFeed(id: $id)
+mutation UnsubscribeFeed($id: ID!) {
+ unsubscribeFeed(id: $id)
}
mutation MarkArticleRead($id: ID!) {