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