Documentation
¶
Index ¶
- Constants
- 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)
Constants ¶
View Source
const Void = iota
Variables ¶
This section is empty.
Functions ¶
func MarshalTime ¶
func MarshalTime(value time.Time) graphql.ContextMarshaler
func MarshalUuid ¶
func MarshalUuid(id uuid.UUID) graphql.ContextMarshaler
func MarshalVoid ¶
func MarshalVoid(_ interface{}) graphql.ContextMarshaler
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.