CluedIn Python SDK 2.2.0
The 2.2.0 is a small release for cluedin - a Python SDK for CluedIn - a data management platform. It adds a new method to send GraphQL requests to the Organization endpoint.
What's new:
GraphQL
cluedin.gql.org_gql(context: Context, query: str, variables: dict = None) -> dict
– sends a GraphQL request to the Organization endpoint and returns a response.
Full Changelog: https://github.com/romaklimenko/cluedin/compare/2.1.0...2.2.0