Versions in this module Expand all Collapse all v0 v0.0.1 Sep 21, 2021 Changes in this version + var AllNodeAccess = []NodeAccess + var AllPostType = []PostType + type NewNode struct + Access NodeAccess + Description *string + Name string + Nsfw bool + Tags []*string + type NewPost struct + Delta *string + Link *string + NodeName string + Title string + Type PostType + type NewUser struct + Name *string + type Node struct + Access NodeAccess + Description *string + Name string + Nsfw bool + Tags []*string + type NodeAccess string + const NodeAccessPrivate + const NodeAccessPublic + const NodeAccessRestricted + func (e *NodeAccess) UnmarshalGQL(v interface{}) error + func (e NodeAccess) IsValid() bool + func (e NodeAccess) MarshalGQL(w io.Writer) + func (e NodeAccess) String() string + type Post struct + Delta *string + ID string + Link *string + NodeName string + Title string + type PostType string + const PostTypeLink + const PostTypeMedia + const PostTypeText + func (e *PostType) UnmarshalGQL(v interface{}) error + func (e PostType) IsValid() bool + func (e PostType) MarshalGQL(w io.Writer) + func (e PostType) String() string + type User struct + Bases int + Name string