mirror of
https://github.com/MetaFam/TheGame.git
synced 2026-02-09 05:25:15 -05:00
8 lines
142 B
TypeScript
8 lines
142 B
TypeScript
import { createClient } from 'urql';
|
|
|
|
import { CONFIG } from '../config';
|
|
|
|
export const client = createClient({
|
|
url: CONFIG.graphqlURL,
|
|
});
|