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
In apollo, you can choose what fields you want returned. Currently, we query all of them from the db. There's an optimization to reduce what's queried from the db to only include what the user requested.
for example, if they queried facilities without healthcare professionals, we shouldn't do the extra db call
The text was updated successfully, but these errors were encountered:
Summary
In apollo, you can choose what fields you want returned. Currently, we query all of them from the db. There's an optimization to reduce what's queried from the db to only include what the user requested.
for example, if they queried facilities without healthcare professionals, we shouldn't do the extra db call
The text was updated successfully, but these errors were encountered: