Versions in this module Expand all Collapse all v1 v1.0.1 Feb 1, 2023 Changes in this version + func MarshalFloat32(id testomitempty.NamedFloat32) graphql.Marshaler + func MarshalID(id testomitempty.NamedID) graphql.Marshaler + func MarshalUint64(id testomitempty.NamedUint64) graphql.Marshaler + func UnmarshalFloat32(v interface{}) (testomitempty.NamedFloat32, error) + func UnmarshalID(v interface{}) (testomitempty.NamedID, error) + func UnmarshalUint64(v interface{}) (testomitempty.NamedUint64, error) + type DefinedTypeFromBasics struct + NewBool testomitempty.NamedBool + NewFloat32 testomitempty.NamedFloat32 + NewFloat64 testomitempty.NamedFloat64 + NewID testomitempty.NamedID + NewInt testomitempty.NamedInt + NewInt16 testomitempty.NamedInt16 + NewInt32 testomitempty.NamedInt32 + NewInt64 testomitempty.NamedInt64 + NewInt8 testomitempty.NamedInt8 + NewString testomitempty.NamedString + NewUint testomitempty.NamedUint + NewUint16 testomitempty.NamedUint16 + NewUint32 testomitempty.NamedUint32 + NewUint64 testomitempty.NamedUint64 + NewUint8 testomitempty.NamedUint8 + type User struct + Likes []string + Name string