Documentation ¶
Index ¶
- func MarshalInt64(t int64) graphql.Marshaler
- func MarshalTimestamp(t int64) graphql.Marshaler
- func MarshalUUID(id uuid.UUID) graphql.Marshaler
- func MarshalUint(t uint) graphql.Marshaler
- func UnmarshalInt64(v interface{}) (int64, error)
- func UnmarshalTimestamp(v interface{}) (int64, error)
- func UnmarshalUUID(v interface{}) (uuid.UUID, error)
- func UnmarshalUint(v interface{}) (uint, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MarshalInt64 ¶
If the type referenced in .gqlgen.yml is a function that returns a marshaller we can use it to encode and decode onto any existing go type.
func MarshalTimestamp ¶
func MarshalUint ¶
func UnmarshalInt64 ¶
Unmarshal{Typename} is only required if the scalar appears as an input. The raw values have already been decoded from json into int/float64/bool/nil/map[string]interface/[]interface
func UnmarshalTimestamp ¶
func UnmarshalUUID ¶
func UnmarshalUint ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.