biocontext_kb.utils#
Functions#
|
Make a generic GraphQL API call. |
|
Fetch the GraphQL schema from the given endpoint URL. |
|
Slugify a name by replacing spaces with underscores and converting to lowercase. |
Package Contents#
- biocontext_kb.utils.execute_graphql_query(endpoint_url, query_string, variables=None, headers=None)[source]#
Make a generic GraphQL API call.