Skip to content

$pkField should support multimensional fields #7

Description

@klederson

the idea is to have a multimensional object as result of the REST request.

[{
 modelData : { id : 1234 },
 content : { ... }
},
[{
 modelData : { id : 1235 },
 content : { ... }
}
]

This way the content of the item is in one place and the id on another in our case id is our $pkField.

ideas:

{
  $pkField : "modelData.id"
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Projects

No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions