Zachary Shute
Results
1
comments of
Zachary Shute
trafficstars
Running into the same issue with `# import` and fragments. Specifically, the `graphql/template-strings` rule is complaining about unused variables. The variables are used in the fragments. ```graphql #import "./serverOnlyFragment.graphql" #import...