SyncGraphQLHTTPConsumer

Synchronous version of the HTTPConsumer.

This is the same as GraphQLHTTPConsumer , but it can be used with synchronous schemas (i.e. the schema’s resolvers are expected to be synchronous and not asynchronous).

Methods:

Attributes:

  1. allow_queries_via_get:

    Type
    bool
  2. request_adapter_class: