Skip to main content
Skip to content

Other

Documentation de référence sur les types de schéma GraphQL dans la catégorie Other.

Queries

id

Query

ID of the object.

Type: ID!

relay

Query

Workaround for re-exposing the root query object. (Refer to https://github.com/facebook/relay/issues/112 for more information.).

Type: Query!

Objects

PageInfo

Object

Information about pagination in a connection.

Champs pour PageInfo

NomDescription

endCursor (String)

When paginating forwards, the cursor to continue.

hasNextPage (Boolean!)

When paginating forwards, are there more items?.

hasPreviousPage (Boolean!)

When paginating backwards, are there more items?.

startCursor (String)

When paginating backwards, the cursor to continue.

Scalars

Base64String

Scalar

A (potentially binary) string encoded using base64.

BigInt

Scalar

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

Scalar

Represents true or false values.

CustomPropertyValue

Scalar

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

Scalar

An ISO-8601 encoded date string.

DateTime

Scalar

An ISO-8601 encoded UTC date string.