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
my schema has a on_demand field, but in the code it thinkts it should be fragment
if (f.startsWith('on_')) {
ctx.fragmentCounter++
To query some fields only on a certain type you can use graphql fragments
In genql you can express the fragments for union and interface types using the on_ prefixed fields in a query
any work arounds?
The text was updated successfully, but these errors were encountered:
my schema has a on_demand field, but in the code it thinkts it should be fragment
any work arounds?
The text was updated successfully, but these errors were encountered: