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
Renamed the type FetchGraphQLResultErrors to FetchGraphQLResultError in fetchGraphQL.mjs.
Minor
Added the new type FetchGraphQLResultErrorLoading to fetchGraphQL.mjs containing the GraphQL result error types related to loading that are generated on the client, not the GraphQL server.
Patch
Updated dev dependencies.
Simplified dev dependencies and config for ESLint.
Updated GitHub Actions CI config.
Fixed issues with GraphQL result related types from types.mjs.
Improved various JSDoc descriptions.
Improved the types relating to the Deferred class used in tests.