Skip to content

Instantly share code, notes, and snippets.

@oxlb
Created May 21, 2022 15:00
Show Gist options
  • Save oxlb/4f522e65df33366df88092a824711599 to your computer and use it in GitHub Desktop.
Save oxlb/4f522e65df33366df88092a824711599 to your computer and use it in GitHub Desktop.
const resolvers = {
Query: {
students: async() => await getStudents(),
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment