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
Added on_connect and on_disconnect options to ariadne.asgi.GraphQL, enabling developers to run additional initialization and cleanup for websocket connections.
Updated Starlette dependency to 0.17.1.
Added support for multiple keys for GraphQL federations.
Made Query type optional in federated schemas.
Updated default resolvers to test for Mapping instead of dict.