mirror of
https://github.com/MetaFam/TheGame.git
synced 2026-02-10 05:55:23 -05:00
6 lines
119 B
TypeScript
6 lines
119 B
TypeScript
import { createClient } from 'urql'
|
|
|
|
export const client = createClient({
|
|
url: 'https://graphql-pokemon.now.sh/',
|
|
})
|