Skip to content

Deserializer [relationships] without [included] field wont work #253

@dreamer2q

Description

@dreamer2q

image

See the jsonapi documentations above, I want to create a resource with relationships.

image

This should be deserialized into

{
        "content": "intro",
         "user": {
              "id": "5"
         }
 }

Actually, the user field is missing.

But if I add included field, this works fine.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions