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 nested field org_coursera_rapidash_ProductionBuildDetails is unnecessary since we've already subselected the particular union type via the inline fragment. at this point, we should have resolved the RapidashBuildDetails. ideally this should look like:
in a query like this:
the nested field
org_coursera_rapidash_ProductionBuildDetails
is unnecessary since we've already subselected the particular union type via the inline fragment. at this point, we should have resolved theRapidashBuildDetails
. ideally this should look like:or (stretch goal) renaming the union as well.
/cc @bryan-coursera
The text was updated successfully, but these errors were encountered: