Versions in this module Expand all Collapse all v0 v0.8.25 May 30, 2022 Changes in this version + var AllTag = []Tag + type Apple struct + Color string + Id string + Price int64 + type Author struct + Friends []*Author + Id string + Name string + Posts []*Post + RecentlyLiked []*Post + type Color interface + IsColor func() + type CyclicType struct + Id string + InverseType *InverseType + Name string + type Figure struct + Color string + Id string + Shape string + Size int64 + type Fruit interface + IsFruit func() + type Hotel struct + Area *geom.T + Id string + Location *geom.T + Name string + type InverseType struct + CyclicType *CyclicType + Id string + Name string + type PointList struct + Points []*geom.T + type Post interface + IsPost func() + type Shape interface + IsShape func() + type Tag string + const TagDatabase + const TagGraphQL + const TagQuestion + func (e *Tag) UnmarshalGQL(v interface{}) error + func (e Tag) IsValid() bool + func (e Tag) MarshalGQL(w io.Writer) + func (e Tag) String() string + type User struct + Active bool + Credentials *models.Credentials + LastSignIn *time.Time + Likes int64 + Name string + Rank int64 + RecentScores []float64 + Reputation int64 + UserID string