schema-main

This commit is contained in:
2024-02-19 11:58:31 +03:00
parent 680242f1e3
commit cf8934c605
5 changed files with 0 additions and 0 deletions

40
schema/enum.graphql Normal file
View File

@@ -0,0 +1,40 @@
enum ReactionStatus {
NEW
UPDATED
CHANGED
EXPLAINED
DELETED
}
enum ReactionKind {
# collabs
AGREE
DISAGREE
ASK
PROPOSE
PROOF
DISPROOF
ACCEPT
REJECT
# public feed
QUOTE
COMMENT
LIKE
DISLIKE
}
enum FollowingEntity {
TOPIC
AUTHOR
COMMUNITY
REACTIONS
}
enum InviteStatus {
PENDING
ACCEPTED
REJECTED
}