Scalars

Scalars are types of objects that are available in our schema (such as String or Integer). By defining scalars we make sure you can only enter or receive data that fits the objects in our data model.

In this pages you can find all the relevant scalars for Flight-X. You can take look to this pages for more enums in our platform.

Each Scalar is described in the same way: - A short definition of the Scalar - An interactive GraphQL schema definition - Where possible, we are adding examples of how to use this object in your queries.