Enum Class BigIntFormat

java.lang.Object
java.lang.Enum<BigIntFormat>
tech.deplant.java4ever.binding.gql.BigIntFormat
All Implemented Interfaces:
Serializable, Comparable<BigIntFormat>, Constable

public enum BigIntFormat extends Enum<BigIntFormat>
Due to GraphQL limitations big numbers are returned as a string. You can specify format used to string representation for big integers.;