Does refine provide a mock data endpoint?
Im using graphql and need mock data in order to develop my front
export const API_BASE_URL = 'https://api.crm.refine.dev'
export const API_URL =
export const WS_URL = 'wss://api.crm.refine.dev/graphql'
are this the right endpoints? Which is the demo user ?
"michael.scott@dundermifflin.com" not found
export const API_BASE_URL = 'https://api.crm.refine.dev'
export const API_URL =
${API_BASE_URL}/graphqlexport const WS_URL = 'wss://api.crm.refine.dev/graphql'
are this the right endpoints? Which is the demo user ?
"michael.scott@dundermifflin.com" not found
