Files
TheGame/packages/web/graphql/client.ts
Pacien Boisson 08a4b90d95 Update models (#33)
* Remove unused models

* add new props into Player model

* Added props to Guild

* Setting guild type as a foreign-key reference

* Use foreign table for skills

* Seed data

* prettier
2020-07-27 10:08:48 +02:00

6 lines
121 B
TypeScript

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