mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-11 20:08:37 +00:00
refactor(core): adjust graphql hook (#5339)
This commit is contained in:
@@ -3,3 +3,7 @@ export * from './graphql';
|
||||
export * from './schema';
|
||||
export * from './utils';
|
||||
import '@affine/env/global';
|
||||
|
||||
import { gqlFetcherFactory } from './fetcher';
|
||||
|
||||
export const fetcher = gqlFetcherFactory('/graphql');
|
||||
|
||||
Reference in New Issue
Block a user