exception documentation

class GraphQLClientInvalidResponseError(GraphQLClientError):

Constructor: GraphQLClientInvalidResponseError(response)

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method __str__ Undocumented
Instance Variable response Undocumented
def __init__(self, response: httpx.Response):

Undocumented

def __str__(self) -> str:

Undocumented

response =

Undocumented