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
When running a query like { _meta { block { number } } things { id }} the response contains things first and _meta at the end. This is most likely because we pick fields apart here and then put them together without considering their ordering in the query.