GenericScalar
The GenericScalar scalar type represents a generic
GraphQL scalar value that could be:
String, Boolean, Int, Float, List or Object.
The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.
Example
"abc123" | 1 | 1.0 | true | ["abc123"] | AccountType