Created
February 26, 2020 07:55
-
-
Save pratikagashe/bae581ada52dafdd975f389a3b092bc9 to your computer and use it in GitHub Desktop.
utils/services.ts : postgraphile demo
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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