📄️ Boolean
The Boolean scalar type represents true or false.
📄️ Date
A timestamp represented as the number of milliseconds since the epoch.
📄️ Duration
No description
📄️ Float
The Float scalar type represents signed double-precision fractional values as specified by IEEE 754.
📄️ ID
The ID scalar type represents a unique identifier, often used to refetch an object or as key for a cache. The ID type appears in a JSON response as a String; however, it is not intended to be human-readable. When expected as an input type, any string (such as "4") or integer (such as 4) input value will be accepted as an ID.
📄️ Instant
An instant in time represented as the number of milliseconds since the epoch.
📄️ Int
The Int scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.
📄️ Json
A JSON scalar
📄️ LocalDateTime
No description
📄️ LocalDate
No description
📄️ LocalTime
No description
📄️ Locale
A IETF BCP 47 language tag
📄️ Long
A 64-bit signed integer
📄️ MonthDay
No description
📄️ MultipartFileItem
No description
📄️ OffsetDateTime
No description
📄️ OffsetTime
No description
📄️ Period
No description
📄️ 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.
📄️ URI
A Uniform Resource Identifier
📄️ URL
A Uniform Resource Locator
📄️ UUID
A universally unique identifier compliant UUID Scalar
📄️ Void
Reserved as the return type for special fields added to types and/or interfaces that would otherwise have no fields. The GraphQL spec does not support empty types and this field return type is used to circumvent that requirement. Fields of this type are named "_" and are marked as @deprecated to signify that they should be ignored.
📄️ YearMonth
No description
📄️ Year
No description
📄️ ZoneId
No description
📄️ ZoneOffset
No description
📄️ ZonedDateTime
No description