Class GraphQLInt


  • public class GraphQLInt
    extends java.lang.Object
    The `Int` scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static com.apollographql.apollo3.api.CustomScalarType type  
    • Constructor Summary

      Constructors 
      Constructor Description
      GraphQLInt()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • type

        public static com.apollographql.apollo3.api.CustomScalarType type
    • Constructor Detail

      • GraphQLInt

        public GraphQLInt()