Queries
id
ID of the object.
Type: ID!
relay
Workaround for re-exposing the root query object. (Refer to https://github.com/facebook/relay/issues/112 for more information.).
Type: Query!
Objects
PageInfo
Information about pagination in a connection.
Champs pour PageInfo
| Nom | Description |
|---|---|
| When paginating forwards, the cursor to continue. |
| When paginating forwards, are there more items?. |
| When paginating backwards, are there more items?. |
| When paginating backwards, the cursor to continue. |
Scalars
Base64String
A (potentially binary) string encoded using base64.
BigInt
Represents non-fractional signed whole numeric values. Since the value may exceed the size of a 32-bit integer, it's encoded as a string.
Boolean
Represents true or false values.
CustomPropertyValue
A custom property value can be either a string or an array of strings. All property types support only a single string value, except for the multi-select type, which supports only a string array.
Date
An ISO-8601 encoded date string.
DateTime
An ISO-8601 encoded UTC date string.