Class BigIntScalar
- java.lang.Object
-
- ch.brix.gql.client.Scalar
-
- ch.brix.gql.client.frontify.scalars.BigIntScalar
-
public class BigIntScalar extends ch.brix.gql.client.ScalarThe `BigInt` scalar type represents big integers (2^63 signed).
-
-
Method Summary
Modifier and Type Method Description static BigIntScalarof(Object value)
-
-
-
Method Detail
-
of
public static BigIntScalar of(Object value)
- Parameters:
value- requires correct implementation of .toString() otherwise pass a String
-
-