Versions in this module Expand all Collapse all v0 v0.0.2 May 19, 2021 v0.0.1 Nov 19, 2020 Changes in this version + func MarshalID(id hide.ID) graphql.Marshaler + func UnmarshalID(v interface{}) (hide.ID, error) + type Model struct + CreatedAt time.Time + ID hide.ID + UpdatedAt time.Time + func (m Model) IDint() int64 + func (m Model) IDstring() string + type SoftDelete struct + CreatedAt time.Time + DeletedAt *time.Time + ID hide.ID + UpdatedAt time.Time + func (m SoftDelete) IDint() int64 + func (m SoftDelete) IDstring() string