is anyone using fragments with react-apollo? I am seriously confused, docs are kinda lacking and just showing that fragments should be static property on the component ... why?
the best for me would be to have all fragments registered within client and then just use them by name in queries, but that doesn't seem possible
even if it would be possible to specify fragments in options of
graphql
call, it would be sufficient