Skip to content

Instantly share code, notes, and snippets.

@abuiles
Created July 29, 2017 08:12
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 abuiles/e50a09d19e6ac4556764abbf667de960 to your computer and use it in GitHub Desktop.
Save abuiles/e50a09d19e6ac4556764abbf667de960 to your computer and use it in GitHub Desktop.
import { JsonApiDataStore } from 'jsonapi-datastore';
let store = new JsonApiDataStore();
async function loadData() {
const deliveryAreas = await store.findAll('deliveryArea');
}
loadData()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment