visibility-no-need
All checks were successful
Deploy to core / deploy (push) Successful in 1m36s

This commit is contained in:
2024-02-02 19:36:30 +03:00
parent e3ee65f79a
commit 61528e5269
7 changed files with 10 additions and 27 deletions

View File

@@ -1,9 +1,3 @@
enum ShoutVisibility {
AUTHORS
COMMUNITY
FEATURED
}
enum ReactionStatus {
NEW
UPDATED

View File

@@ -84,7 +84,6 @@ type Shout {
cover: String
cover_caption: String
layout: String!
visibility: String
created_at: Int!
updated_at: Int