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
The experience of running queries with client-only fields in embedded explorer has some room for improvement:
field triggers a red squiggle because we're dealing with the introspected schema
client-only fields can only be fetched from the cache, so by default they won't appear in the response unless you see and then tick the 'load from cache' checkbox
An easy win might just be automatically enabling 'load from cache' for queries with these fields, but there's a tradeoff with potentially stale data being returned for other fields which may not be acceptable if the user is expecting it to hit the network.
Happy to eventually move this issue elsewhere but tracking it here for now.
The text was updated successfully, but these errors were encountered:
The experience of running queries with client-only fields in embedded explorer has some room for improvement:
An easy win might just be automatically enabling 'load from cache' for queries with these fields, but there's a tradeoff with potentially stale data being returned for other fields which may not be acceptable if the user is expecting it to hit the network.
Happy to eventually move this issue elsewhere but tracking it here for now.
The text was updated successfully, but these errors were encountered: