]>
git.r.bdr.sh - rbdr/forum/blob - src/stores/topic.js
c90f1a3b9a437823105fd347a8ac1bea7f5fcf86
1 import { store
} from './apollo';
2 import { GET_TOPIC
} from '$/data/queries';
4 export const getTopic
= (id
) => store({ key: 'topic', query: GET_TOPIC
, variables: { id
} });