mirror of
https://github.com/Unkn0wnCat/matrix-veles.git
synced 2025-06-04 03:32:20 +02:00
api: Update graphql schema
This commit is contained in:
parent
39f721101e
commit
4f587820d1
9 changed files with 578 additions and 200 deletions
|
@ -7,5 +7,6 @@ type DBHashList struct {
|
|||
Name string `bson:"name" json:"name"`
|
||||
Tags []string `bson:"tags" json:"tags"` // Tags of this list for discovery, and sorting
|
||||
Comments []*DBComment `bson:"comments" json:"comments"` // Comments regarding this list
|
||||
Creator primitive.ObjectID `bson:"creator" json:"creator"` // Creator of the list
|
||||
Maintainers []*primitive.ObjectID `bson:"maintainers" json:"maintainers"` // Maintainers contains references to the users who may edit this list
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue