PushPayload /, , , ... v1.0.0-beta.3
var pushData = {
posts: [
{id: 1, post_title: "Great post", comment_ids: [2]}
],
comments: [
{id: 2, comment_body: "Insightful comment"}
]
}
store.pushPayload('post', pushData);
@get('store').pushPayload('organization', data)
json
organizations:[
{id:1,...},
{id:2,...},
{id:3,...}
]