]> git.r.bdr.sh - rbdr/forum/blame_incremental - src/stores/tags.js
Add getForum pact, normalize stores
[rbdr/forum] / src / stores / tags.js
... / ...
CommitLineData
1import { store } from './apollo';
2import { GET_TAG } from '$/data/queries';
3
4export const getTag = (id) => store({ key: 'tag', query: GET_TAG, variables: { id } });