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
This is duplicate of #65.
After the fix for that issue, now the top level fields are skipped/included for queries. But the same does not work for mutations
querygetTodos @skip(if: true){// this works and the query is skipped}mutationcreateTodos @skip(if: true){// this does not work and the mutation is executed}
The text was updated successfully, but these errors were encountered:
This is duplicate of #65.
After the fix for that issue, now the top level fields are skipped/included for queries. But the same does not work for mutations
The text was updated successfully, but these errors were encountered: