THIS API IS IN BETA AND NOT INTENDED FOR USE IN PRODUCTION SOFTWARE
Scalars
Boolean
The Boolean
scalar type represents true
or false
.
DateTime
Represents an RFC 3339 encoded date and time string. In this format Thu, 03 Feb 2022 14:57:03 GMT is represented as 2022-02-03T14:57:03.476Z.
ID
Represents a unique identifier. Typically used to fetch an object. The ID type appears in a JSON response as a string, but it is not intended to be human-readable.
Int
The Int
scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.
String
The String
scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.
PropertyValue
This PropertyValue
custom scalar represents all the Primitive Data Types, String and Array.