Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var JsonType = graphql.NewScalar(graphql.ScalarConfig{
Name: "JSON",
Serialize: func(value interface{}) interface{} {
return value
},
ParseValue: func(value interface{}) interface{} {
return value
},
ParseLiteral: parseLiteral,
})
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.