Package io.stigg.api.operations.type
Class GraphQLInt
- java.lang.Object
-
- io.stigg.api.operations.type.GraphQLInt
-
public class GraphQLInt extends java.lang.ObjectThe `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.CustomScalarTypetype
-
Constructor Summary
Constructors Constructor Description GraphQLInt()
-