]>
git.r.bdr.sh - rbdr/forum/blob - src/stores/topic.js
3225a8314e54752a3cea011de34e56b3af9bcefc
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
} });