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#
GraphQLCodecException#
- class aiographql.client.GraphQLCodecException#