Class GraphQLScalarTypeIDClient
java.lang.Object
com.graphql_java_generator.customscalars.GraphQLScalarTypeIDClient
ID are managed as String, on client side. This class takes care of ID attributes by doing ... nothing! As value as
serialized and deserialized as String, to hide what it may mean.
- Author:
- etienne-sf
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic graphql.schema.GraphQLScalarTypeUUID are managed as String, on client side. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
ID
public static graphql.schema.GraphQLScalarType IDUUID are managed as String, on client side. This class takes care of UUID attributes by doing ... nothing! As value as serialized and deserialized as String, to hide what it may mean.
-
-
Constructor Details
-
GraphQLScalarTypeIDClient
public GraphQLScalarTypeIDClient()
-