Files
AFFiNE-Mirror/packages/frontend/graphql/src/index.ts
EYHN 6b4a1aa917 refactor(core): initial multiple servers infra (#8745)
This is the initial refactoring of affine to support multiple servers, but many more changes are needed to make multi-server actually work.
2024-11-27 06:44:46 +00:00

5 lines
105 B
TypeScript

export * from './error';
export * from './fetcher';
export * from './graphql';
export * from './schema';