package
Version:
v0.0.0-...-5346628
Opens a new window with list of versions in this module.
Published: Jun 28, 2022
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Post struct {
ID graphql.ID `json:"id" bson:"id,omitempty"`
Title string `json:"title" bson:"title,omitempty"`
}
Post ...
type Review struct {
ID graphql.ID `json:"id" bson:"id, omitempty"`
Stars int `json:"stars" bson:"stars,omitempty"`
PostID graphql.ID `json:"postID" bson:"postID,omitempty"`
}
Review ...
type User struct {
ID graphql.ID `json:"id" bson:"id, omitempty"`
CanWriteReviews bool `json:"canWriteReviews" bson:"canWriteReviews,omitempty"`
}
User ...
Source Files
¶
Click to show internal directories.
Click to hide internal directories.