trying to fixe gql fragment bug

This commit is contained in:
2022-02-24 20:41:21 +01:00
parent d70a8c7fad
commit 3114581e31
3 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@ export default createStore(Vuex.Store, {
const ast = gql`{
materiaux(ids: [${ids}]) {
...MateriauFields
...${gqlfragment}
}
}
${gqlfragment}