aboutsummaryrefslogtreecommitdiffhomepage
path: root/backend/graphql/model/generated.go
diff options
context:
space:
mode:
Diffstat (limited to 'backend/graphql/model/generated.go')
-rw-r--r--backend/graphql/model/generated.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/backend/graphql/model/generated.go b/backend/graphql/model/generated.go
index bd5dcca..25ed8d8 100644
--- a/backend/graphql/model/generated.go
+++ b/backend/graphql/model/generated.go
@@ -30,6 +30,8 @@ type Feed struct {
Title string `json:"title"`
// Timestamp when the feed was last fetched
FetchedAt string `json:"fetchedAt"`
+ // Whether the user is currently subscribed to this feed
+ IsSubscribed bool `json:"isSubscribed"`
// Articles belonging to this feed
Articles []*Article `json:"articles"`
}