1.0.0¶
Added¶
Support for GraphQL subscriptions with
on_dataandon_errorcallbacks.Added
unsubscribe_and_wait()method for subscriptions.Support for
locationsandpathproperties in error payloads.Added client-scoped externally managed sessions.
Added support for waiting during subscription initialization.
Added documentation for custom session usage and async expansions.
Changed¶
Schema caching is now at the client level.
GraphQLRequestobjects are now frozen for consistency.Standardized
operationproperty name inGraphQLRequest.Refactored core logic to simplify usage and improve interface.
Removed the notion of transactions to streamline client behavior.