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