sunrising
06/13/2018, 7:13 AMnot a valid Json
error while trying to mutate a valid json.
this is the full message:
GraphQL error: The value in the field 'vatRate' is not a valid Json: '"{\"id\":\"cj0p2sac9e23q01110ycm0hfc\",\"name\":\"Aliquota 22%\",\"description\":\"Aliquota ordinaria 22%\",\"value\":22}"'
i get the same error if i use the object or the stringified version of itnilan
06/13/2018, 8:20 AM%
characters as well?sunrising
06/13/2018, 9:33 AMsunrising
06/13/2018, 12:05 PMnilan
06/13/2018, 12:13 PMsunrising
06/13/2018, 12:33 PMsunrising
06/13/2018, 12:33 PMnilan
06/13/2018, 12:42 PMsunrising
06/13/2018, 2:42 PM{
"id": "cj0p2sac9e23q01110ycm0hfc",
"name": "Aliquota 22%",
"description": "Aliquota ordinaria 22%",
"value": 22
}
that is the same...
i don't know something is wired, because sometimes when i query the json fields the result is given sometime as string, sometime as objectsunrising
06/13/2018, 3:29 PM