Skip to content

Instantly share code, notes, and snippets.

@jamesplease
Last active May 4, 2018 15:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jamesplease/35b6d32ab5ceefb011b1a972a6d25bc6 to your computer and use it in GitHub Desktop.
Save jamesplease/35b6d32ab5ceefb011b1a972a6d25bc6 to your computer and use it in GitHub Desktop.
update('lists', {
favoriteBooks: [2, 50, 22]
}, {
resourceType: 'books'
});
update('resources', [2, 50, 10], {
defaultData: {
resourceType: 'books',
meta: {
isSelected: true
}
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment