exception documentation

Undocumented

Class Method from_errors_dicts Undocumented
Method __init__ Undocumented
Method __str__ Undocumented
Instance Variable data Undocumented
Instance Variable errors Undocumented
@classmethod
def from_errors_dicts(cls, errors_dicts: list[dict[str, Any]], data: dict[str, Any] | None = None) -> GraphQLClientGraphQLMultiError:

Undocumented

def __init__(self, errors: list[GraphQLClientGraphQLError], data: dict[str, Any] | None = None):

Undocumented

def __str__(self) -> str:

Undocumented

data =

Undocumented

errors =

Undocumented