Skip to content

Commit b8ea477

Browse files
authored
add mapping for JsonPrimitive values (#1081)
1 parent 0ac536e commit b8ea477

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

commercetools/commercetools-graphql-api/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ generateJava {
5656
"Locale": "String",
5757
"Long": "Long",
5858
"Json": "com.fasterxml.jackson.databind.JsonNode",
59+
"JsonPrimitive": "com.fasterxml.jackson.databind.node.ValueNode",
5960
"KeyReferenceInput": "String",
6061
"Set": "Object",
6162
"Time": "String",

0 commit comments

Comments
 (0)