Files
TheGame/packages/web/graphql/client.ts
2020-07-23 22:30:57 -06:00

6 lines
119 B
TypeScript

import { createClient } from 'urql'
export const client = createClient({
url: 'https://graphql-pokemon.now.sh/',
})