Neli Harbuzava

Results 4 comments of Neli Harbuzava

I combine queries with `combineQuery` function + `add` and I don't pass variables there, I pass them in apollo's `useQuery` afterwards like this: ``` // query.js file const queries =...

I solved this issue with fragments without `graphql-combine-query` lib, like was mentioned here: https://github.com/apollographql/graphql-tag/issues/169#issuecomment-544996206 ``` const oneQuery = gql` query Query( $variable: String! ) { ...firstFragment ...secondFragment } ${firstFragment} ${secondFragment}...

Can we merge this? Considering that https://github.com/mui/material-ui/issues/31192 being reopened again