Skip to content

Instantly share code, notes, and snippets.

@pratikagashe
Created February 26, 2020 07:55
Show Gist options
  • Save pratikagashe/bae581ada52dafdd975f389a3b092bc9 to your computer and use it in GitHub Desktop.
Save pratikagashe/bae581ada52dafdd975f389a3b092bc9 to your computer and use it in GitHub Desktop.
utils/services.ts : postgraphile demo
import {
useUpdateUserByIdMutation,
useGetUsersQuery,
} from '../generated/graphql'
export const useGetUsers = useGetUsersQuery
export const useUpdateUserById = useUpdateUserByIdMutation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment