I use graphql-tag/loader + webpack to prebuilt my graphql queries at build time. That's why I want to be able to pass prebuilt fragment object into dependencies.
Currently it's not possible because here you expects that it will be a string (and build fragment at runtime)