ποΈ BooleanThe Boolean scalar type represents true or false.ποΈ CleanedInputStringInput string with possible html formattingποΈ InstantBuilt-in scalar representing instant in millisecondsποΈ IntThe Int scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.ποΈ JsonAny JSON valueποΈ LocalDateBuilt-in scalar representing a local dateποΈ LongA 64-bit signed integerποΈ StringThe 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.
ποΈ IntThe Int scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.
ποΈ StringThe 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.