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