Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[1.0] Make nodes fully immutable by adding API for allowing plugins to add fields #1035

Merged
merged 17 commits into from
May 26, 2017
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update snapshot
  • Loading branch information
KyleAMathews committed May 26, 2017
commit a57cbc27ee76877a7ec618f7244bcbd4d81ceb47
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ exports[`Create and update nodes allows adding fields to nodes 1`] = `
Object {
"hi": Object {
"children": Array [],
"fields": Object {
"joy": "soul's delight",
},
"id": "hi",
"internal": Object {
"contentDigest": "hasdfljds",
Expand All @@ -16,9 +19,6 @@ Object {
},
"parent": "test",
"pickle": true,
"fields": Object {
"joy": "soul's delight",
},
},
}
`;
Expand Down