This commit is contained in:
@@ -36,6 +36,14 @@ enum FollowingEntity {
|
||||
REACTIONS
|
||||
}
|
||||
|
||||
|
||||
enum InviteStatus {
|
||||
PENDING
|
||||
ACCEPTED
|
||||
REJECTED
|
||||
}
|
||||
|
||||
|
||||
# Типы
|
||||
|
||||
|
||||
@@ -173,6 +181,14 @@ type Topic {
|
||||
oid: String
|
||||
}
|
||||
|
||||
type Invite {
|
||||
id: Int!
|
||||
inviter_id: Int!
|
||||
author_id: Int!
|
||||
shout_id: Int!
|
||||
status: InviteStatus
|
||||
}
|
||||
|
||||
# Входные типы
|
||||
|
||||
input ShoutInput {
|
||||
@@ -288,6 +304,7 @@ type Result {
|
||||
communities: [Community]
|
||||
}
|
||||
|
||||
|
||||
# Мутации
|
||||
|
||||
type Mutation {
|
||||
|
Reference in New Issue
Block a user