GraphQL Python Client
Client access to the ObjectBox GraphQL database server
Install the client
pip install python-graphql-clientRun the ObjectBox server
Get the session ID
import requests
url = 'http://localhost:8081/api/v2/sessions'
print(requests.post(url).text)GraphQL requests
Last updated