Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MarshalTimestamp ¶ added in v1.3.1
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 UnmarshalTimestamp ¶ added in v1.3.1
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
Types ¶
type Map ¶
type Map map[string]interface{}
Map is an costom scalar type used for graphql and orm model
func (Map) MarshalGQL ¶
func (*Map) UnmarshalGQL ¶
Click to show internal directories.
Click to hide internal directories.