forked from cerc-io/snowballtools-base
5 lines
142 B
TypeScript
5 lines
142 B
TypeScript
|
export const DEFAULT_GQL_PATH = '/graphql';
|
||
|
|
||
|
// Note: temporary hardcoded user, later to be derived from auth token
|
||
|
export const USER_ID = 1;
|