Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 378 Bytes

requests.rst

File metadata and controls

13 lines (8 loc) · 378 Bytes

RequestsHTTPTransport

The RequestsHTTPTransport is a sync transport using the requests library and allows you to send GraphQL queries using the HTTP protocol.

Reference: gql.transport.requests.RequestsHTTPTransport

../code_examples/requests_sync.py