# Functions

MustNewValue returns a Value for the given Go type.
NewNullValue returns a Value that is null of the given type.
No description provided by the author
No description provided by the author
ValueTypeOf is a generic function that returns the ValueType of a map based on its non-nil values.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

Value is a GraphQL type representing a value that may be one of many supported types (ValueType).
No description provided by the author
ValueData holds a concrete non-null value of one of the supported types.
No description provided by the author
No description provided by the author
No description provided by the author

# Type aliases

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ValueType is an supported type of a Value.