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