Class GraphQLString


  • public class GraphQLString
    extends java.lang.Object
    The `String` scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.
    • Field Summary

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

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

      • GraphQLString

        public GraphQLString()