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