Skip to content

Instantly share code, notes, and snippets.

@jamesplease
Created April 30, 2018 03:01
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/d37d9b45b6593bc5edfbf764b9124de1 to your computer and use it in GitHub Desktop.
Save jamesplease/d37d9b45b6593bc5edfbf764b9124de1 to your computer and use it in GitHub Desktop.
{
id,
resourceType,
attributes,
meta,
computedAttributes
}
state {
[resourceType] {
lists {
[listName] {
resources: [ ... ]
}
}
resources {
[id] {
id,
resourceType,
attributes,
relationships,
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment