Class StringScalar
- java.lang.Object
-
- ch.brix.gql.client.Scalar
-
- ch.brix.gql.client.frontify.scalars.StringScalar
-
public class StringScalar extends ch.brix.gql.client.ScalarThe `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.
-
-
Method Summary
Modifier and Type Method Description static StringScalarof(Object value)
-
-
-
Method Detail
-
of
public static StringScalar of(Object value)
- Parameters:
value- requires correct implementation of .toString() otherwise pass a String
-
-