Exceptions

GraphQLClientException

class aiographql.client.GraphQLClientException

GraphQLClientValidationException

class aiographql.client.GraphQLClientValidationException(*args: graphql.GraphQLError) None
Parameters:

args (GraphQLError)

GraphQLRequestException

class aiographql.client.GraphQLRequestException(response: GraphQLResponse) None
Parameters:

response (GraphQLResponse)

GraphQLIntrospectionException

class aiographql.client.GraphQLIntrospectionException(message: str | None = None) None
Parameters:

message (str | None)

GraphQLCodecException

class aiographql.client.GraphQLCodecException