Versions in this module Expand all Collapse all v0 v0.2.0 Apr 19, 2026 v0.1.0 Apr 16, 2026 Changes in this version + const Void + func MarshalTime(value time.Time) graphql.ContextMarshaler + func MarshalUuid(id uuid.UUID) graphql.ContextMarshaler + func MarshalVoid(_ interface{}) graphql.ContextMarshaler + func UnmarshalTime(ctx context.Context, value interface{}) (time.Time, error) + func UnmarshalUuid(ctx context.Context, value interface{}) (uuid.UUID, error) + func UnmarshalVoid(ctx context.Context, value interface{}) (any, error)