1 2 3 4
import { store } from './apollo'; import { GET_FORUM } from '$/data/queries'; export const getForum = (id) => store({ key: 'forum', query: GET_FORUM, variables: { id } });