Versions in this module Expand all Collapse all v0 v0.8.25 May 30, 2022 Changes in this version + var AllEnumTest = []EnumTest + type Credentials struct + Email string + FirebaseId string + Id uint64 + PhoneNumber string + type EnumTest string + const EnumTestASDF + const EnumTestFDAS + func (e *EnumTest) UnmarshalGQL(v interface{}) error + func (e EnumTest) IsValid() bool + func (e EnumTest) MarshalGQL(w io.Writer) + func (e EnumTest) String() string + type T interface + IsT func()