You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Gentics Mesh Version, operating system, or hardware.
v0.16.x
Problem
Currently the issue lies in the Micronode handling in the GraphQL endpoint. The format is not the same as everywhere else, which causes confusion and additional normalization work (So you can actually compare the response values).
Normal Response (POST search/nodes, GET nodes/<uuid>, etc.):
Gentics Mesh Version, operating system, or hardware.
Problem
Currently the issue lies in the Micronode handling in the GraphQL endpoint. The format is not the same as everywhere else, which causes confusion and additional normalization work (So you can actually compare the response values).
Normal Response (
POST search/nodes
,GET nodes/<uuid>
, etc.):GraphQL-Response:
Expected behaviour and actual behaviour
GraphQL should return Micronodes the same way as every other Response which contains Micronodes
The text was updated successfully, but these errors were encountered: