public class GraphQLKitScalars extends Object
GraphQLByte adapted from: graphql.scalars.java.JavaPrimitives#GraphQLByte
DateTime adapted from: graphql.scalars.datetime.DateTimeScalar
| Modifier and Type | Field and Description |
|---|---|
static graphql.schema.GraphQLScalarType |
DateTime
An RFC-3339 compliant date time scalar that accepts string values like `1996-12-19T16:39:57-08:00` and produces
`java.time.ZonedDateTime` objects at runtime.
|
static graphql.schema.GraphQLScalarType |
GraphQLByte
This represents the "Byte" type which is a representation of java.lang.Byte
|
public static final graphql.schema.GraphQLScalarType GraphQLByte
public static final graphql.schema.GraphQLScalarType DateTime
Its Coercing.serialize(java.lang.Object) and Coercing.parseValue(java.lang.Object) methods
accept OffsetDateTime, ZoneDateTime and formatted Strings as valid objects.
See the rfc3339 spec for more details on the format.
ZonedDateTime,
OffsetDateTimeCopyright © 2026 MuleSoft, Inc.. All rights reserved.