Documentation ¶
Overview ¶
Package graphqljson provides a function for decoding JSON into a GraphQL query data structure.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func UnmarshalData ¶
func UnmarshalData(data json.RawMessage, v any) error
UnmarshalData parses the JSON-encoded GraphQL response data and stores the result in the GraphQL query data structure pointed to by v.
The implementation is created on top of the JSON tokenizer available in "encoding/json".Decoder.
Types ¶
Click to show internal directories.
Click to hide internal directories.