proposals prototype

This commit is contained in:
2022-06-19 14:11:14 +03:00
parent 50d2845c23
commit 30c51ecac1
3 changed files with 141 additions and 11 deletions

View File

@@ -353,14 +353,17 @@ type Topic {
topicStat: TopicStat
}
# TODO: resolvers to add/remove topics from publication
type Proposal {
body: String!
shout: Int!
createdBy: String!
shout: string!
range: String # full / 0:2340
author: Int!
body: String!
createdAt: DateTime!
updatedAt: DateTime
acceptedAt: DateTime
acceptedBy: string
declinedAt: DateTime
declinedBy: string
}
type Token {