Documentation
¶
Index ¶
- func MarshalFloat32(nf null.Float32) graphql.Marshaler
- func MarshalFloat64(nf null.Float64) graphql.Marshaler
- func MarshalString(ns null.String) graphql.Marshaler
- func MarshalTime(nt null.Time) graphql.Marshaler
- func MarshalUint(nu null.Uint) graphql.Marshaler
- func MarshalUint64(nu null.Uint64) graphql.Marshaler
- func UnmarshalFloat32(f interface{}) (null.Float32, error)
- func UnmarshalFloat64(f interface{}) (null.Float64, error)
- func UnmarshalString(i interface{}) (null.String, error)
- func UnmarshalTime(i interface{}) (null.Time, error)
- func UnmarshalUint(i interface{}) (null.Uint, error)
- func UnmarshalUint64(i interface{}) (null.Uint64, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func UnmarshalFloat32 ¶
func UnmarshalFloat64 ¶
func UnmarshalString ¶
func UnmarshalTime ¶
func UnmarshalUint ¶
func UnmarshalUint64 ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.