Scalars
Scalars represent primitive values like Integer or String.
Last updated
Was this helpful?
Scalars represent primitive values like Integer or String.
Last updated
Was this helpful?
Represents a lowercased, alphanumerical, and _
textual identifier of 1-128 chars in length. It cannot be id
or start with esa_
.
Represents true
or false
.
Represents a lowercased, alphanumerical, and _
textual identifier of 1-128 chars in length.
Represents a textual identifier of 1-128 chars in length.
Represents a currency code in ISO 4217 format. Example: PLN
.
Represents a lowercased, alphanumerical, and _
textual identifier in a single context of 1-128 chars in length.
Represents a date formatted in one of the: yyyy-MM-dd
, yy-MM-dd
, dd.MM.yy
, dd.MM.yyyy
, MM/dd/yy
, MM/dd/yyyy
, MMMM dd, yyyy
, dd MMMM yyyy
, dd MMM yyyy
Represents an ISO 8601 date. Example: 2021-04-09T17:25:26+00:00
Represents signed double-precision fractional values as specified by IEEE 754.
Represents non-fractional signed whole numeric values.
Represents a 5 chars LCID language code. Example: pl_PL
.
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.
Represents an alphanumeric and _
key of 1-128 chars in length.
Represents an alphanumeric, \
, -
and _
textual name of 1-255 chars in length.
Represents a textual combination of scalars joined with /
identifier pointing to its exact location.
Represents a not containing /
textual name of 1-128 chars in length.
Represents a textual combination of , and joined with /
identifier pointing to its exact location.
Represents a textual identifier in a single context of 1-128 chars in length.
Represents a textual identifier of 3-32 chars in length.
Represents a textual identifier of 1-255 chars in length.
Represents a textual identifier of 1-128 chars in length.
Represents a textual identifier of 3-32 chars in length.
Represents a textual name of 1-255 chars in length.