You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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)
The text was updated successfully, but these errors were encountered: