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
query() returns body.data, not the { data } envelope. Two test files asserted the envelope. Add a typed generic return query<T>(): Promise<T> and document it.
query()returnsbody.data, not the{ data }envelope. Two test files asserted the envelope. Add a typed generic returnquery<T>(): Promise<T>and document it.