Skip to content

Instantly share code, notes, and snippets.

@femakin
Created March 9, 2023 21:56
Show Gist options
  • Save femakin/1a6ba58ef6f251bd36ed38a580ec3448 to your computer and use it in GitHub Desktop.
Save femakin/1a6ba58ef6f251bd36ed38a580ec3448 to your computer and use it in GitHub Desktop.
import { DataStore } from "@aws-amplify/datastore";
import {JobList } from "../../../Backend/Backend/models";
async function getData() {
const res = await DataStore.query(JobList)
return res
}
export default getData
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment