json-api-normalize icon indicating copy to clipboard operation
json-api-normalize copied to clipboard

not support different type array

Open pengliaoye opened this issue 4 years ago • 0 comments

example

{ "relationships": { "field_test": { "data": [ { "type": "paragraph--image", "id": "456" }, { "type": "paragraph--text", "id": "123" } ] } } }

pengliaoye avatar Jun 01 '21 07:06 pengliaoye