Package io.stigg.api.operations.type
Class GraphQLFloat
- java.lang.Object
-
- io.stigg.api.operations.type.GraphQLFloat
-
public class GraphQLFloat extends java.lang.ObjectThe `Float` scalar type represents signed double-precision fractional values as specified by [IEEE 754](http://en.wikipedia.org/wiki/IEEE_floating_point).
-
-
Field Summary
Fields Modifier and Type Field Description static com.apollographql.apollo3.api.CustomScalarTypetype
-
Constructor Summary
Constructors Constructor Description GraphQLFloat()
-