Open koote opened 6 months ago
The response is a JSON type which cannot be represented in string, like https://the-guild.dev/graphql/scalars/docs/scalars/json, how to support it? thanks.
You can use github.com/bhoriuchi/graphql-go-tools/scalars package, ScalarJSON variable.
ScalarJSON
The response is a JSON type which cannot be represented in string, like https://the-guild.dev/graphql/scalars/docs/scalars/json, how to support it? thanks.