SignedBinaryExactNumericType

openGql.grammar.SignedBinaryExactNumericType

Attributes

Graph
Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
class int8
class int16
class int32
class int64
class int128
class int256
class smallInt
class bigInt
Show all

Members list

Type members

Enum entries

final case class bigInt(value: BigIntType) extends SignedBinaryExactNumericType
final case class int128(value: Int128Type) extends SignedBinaryExactNumericType
final case class int16(value: Int16Type) extends SignedBinaryExactNumericType
final case class int256(value: Int256Type) extends SignedBinaryExactNumericType
final case class int32(value: Int32Type) extends SignedBinaryExactNumericType
final case class int64(value: Int64Type) extends SignedBinaryExactNumericType
final case class int8(value: Int8Type) extends SignedBinaryExactNumericType
final case class smallInt(value: SmallIntType) extends SignedBinaryExactNumericType