stephen
                                            stephen
                                        
                                    Not stated above - I beileve it's not possible to do this today because spec-compliant graphql servers will [complain about unused fragments](https://facebook.github.io/graphql/#sec-Fragments-Must-Be-Used). Alternatively, what if the loader checked for the...
Note that the go-to-def will (in)correctly resolve graphql fragments that are not `#import`ed explicitly.
We use a webpack loader (https://github.com/stephen/graphql-loader#import-statements-in-graphql-files) that uses these comments to import fragments. I don't have a strong opinion about whether or not this is a good idea yet, but...