Class GraphQLFloat


  • public class GraphQLFloat
    extends java.lang.Object
    The `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.CustomScalarType type  
    • Constructor Summary

      Constructors 
      Constructor Description
      GraphQLFloat()  
    • 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

      • GraphQLFloat

        public GraphQLFloat()