Uses of Package
ch.brix.gql.client.frontify.scalars
-
Classes in ch.brix.gql.client.frontify.scalars used by ch.brix.gql.client.frontify.builders Class Description BooleanScalar The `Boolean` scalar type represents `true` or `false`.IdScalar The `ID` scalar type represents a unique identifier, often used to
refetch an object or as key for a cache.IntScalar The `Int` scalar type represents non-fractional signed whole numeric
values. -
Classes in ch.brix.gql.client.frontify.scalars used by ch.brix.gql.client.frontify.input_objects Class Description AnyScalar The `Any` scalar type represents any of the supported types: Null, Integer, Float, String, Boolean, Enum, Object and List.BigIntScalar The `BigInt` scalar type represents big integers (2^63 signed).BooleanScalar The `Boolean` scalar type represents `true` or `false`.DateTimeScalar The `DateTime` scalar type represents datetime data in RFC3339_EXTENDED format (ie.EmailScalar The `Email` scalar type represents email addresses.IdScalar The `ID` scalar type represents a unique identifier, often used to
refetch an object or as key for a cache.IntScalar The `Int` scalar type represents non-fractional signed whole numeric
values.PercentScalar Represents an integer or a float value between `0` and `1`, corresponding to percentage values between 0% and 100% (both inclusive).RgbColorChannelScalar The `RgbColorChannel` scalar represents an integer value between 0 and 255 (both inclusive).StringScalar The `String` scalar type represents textual data, represented as UTF-8
character sequences.UrlScalar The `Url` scalar type represents absolute urls. -
Classes in ch.brix.gql.client.frontify.scalars used by ch.brix.gql.client.frontify.interfaces Class Description BigIntScalar The `BigInt` scalar type represents big integers (2^63 signed).DateTimeScalar The `DateTime` scalar type represents datetime data in RFC3339_EXTENDED format (ie.EmailScalar The `Email` scalar type represents email addresses.IdScalar The `ID` scalar type represents a unique identifier, often used to
refetch an object or as key for a cache.IntScalar The `Int` scalar type represents non-fractional signed whole numeric
values.StringScalar The `String` scalar type represents textual data, represented as UTF-8
character sequences.UrlScalar The `Url` scalar type represents absolute urls. -
Classes in ch.brix.gql.client.frontify.scalars used by ch.brix.gql.client.frontify.scalars Class Description AnyScalar The `Any` scalar type represents any of the supported types: Null, Integer, Float, String, Boolean, Enum, Object and List.BigIntScalar The `BigInt` scalar type represents big integers (2^63 signed).BooleanScalar The `Boolean` scalar type represents `true` or `false`.DateTimeScalar The `DateTime` scalar type represents datetime data in RFC3339_EXTENDED format (ie.EmailScalar The `Email` scalar type represents email addresses.FloatScalar The `Float` scalar type represents signed double-precision fractional
values as specified by
[IEEE 754](http://en.wikipedia.org/wiki/IEEE_floating_point).IdScalar The `ID` scalar type represents a unique identifier, often used to
refetch an object or as key for a cache.IntScalar The `Int` scalar type represents non-fractional signed whole numeric
values.PercentScalar Represents an integer or a float value between `0` and `1`, corresponding to percentage values between 0% and 100% (both inclusive).RgbColorChannelScalar The `RgbColorChannel` scalar represents an integer value between 0 and 255 (both inclusive).StringScalar The `String` scalar type represents textual data, represented as UTF-8
character sequences.UrlScalar The `Url` scalar type represents absolute urls.