trying to fixe gql fragment bug
This commit is contained in:
@ -39,7 +39,7 @@ export default createStore(Vuex.Store, {
|
||||
|
||||
const ast = gql`{
|
||||
materiaux(ids: [${ids}]) {
|
||||
...MateriauFields
|
||||
...${gqlfragment}
|
||||
}
|
||||
}
|
||||
${gqlfragment}
|
||||
|
Reference in New Issue
Block a user