graphql icon indicating copy to clipboard operation
graphql copied to clipboard

How to support scalar JSON type?

Open koote opened this issue 1 year ago • 1 comments

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.

koote avatar May 24 '24 09:05 koote

You can use github.com/bhoriuchi/graphql-go-tools/scalars package, ScalarJSON variable.

yoursunny avatar Jul 01 '24 15:07 yoursunny