pyapacheatlas.core.graphql.GraphQLClient.query#
- GraphQLClient.query(query: str)#
Execute a GraphQL query on the Purview Datamap.
- Parameters
query (str) –
- Returns
The GraphQL response object
- Return type
dict
[Reference](https://learn.microsoft.com/en-us/purview/tutorial-graphql-api)