Class GraphQLBoolean


  • public class GraphQLBoolean
    extends java.lang.Object
    The `Boolean` scalar type represents `true` or `false`.
    • Field Summary

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

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

      • GraphQLBoolean

        public GraphQLBoolean()