SCALAR
JSONObject
A custom scalar type representing a JSON object. The JSON object can only contain key-value pairs where the keys are strings and the values are any valid JSON data type: string, number, object, array, boolean, or null.
link GraphQL Schema definition
- scalar JSONObject