massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / braintree / braintree / util / graphql_client.pyi
diff --git a/.config/coc/extensions/node_modules/coc-pyright/node_modules/pyright/dist/typeshed-fallback/stubs/braintree/braintree/util/graphql_client.pyi b/.config/coc/extensions/node_modules/coc-pyright/node_modules/pyright/dist/typeshed-fallback/stubs/braintree/braintree/util/graphql_client.pyi
new file mode 100644 (file)
index 0000000..16ac5e4
--- /dev/null
@@ -0,0 +1,18 @@
+from typing import Any
+
+from braintree.exceptions.authentication_error import AuthenticationError as AuthenticationError
+from braintree.exceptions.authorization_error import AuthorizationError as AuthorizationError
+from braintree.exceptions.not_found_error import NotFoundError as NotFoundError
+from braintree.exceptions.server_error import ServerError as ServerError
+from braintree.exceptions.service_unavailable_error import ServiceUnavailableError as ServiceUnavailableError
+from braintree.exceptions.too_many_requests_error import TooManyRequestsError as TooManyRequestsError
+from braintree.exceptions.unexpected_error import UnexpectedError as UnexpectedError
+from braintree.exceptions.upgrade_required_error import UpgradeRequiredError as UpgradeRequiredError
+from braintree.util.http import Http as Http
+
+class GraphQLClient(Http):
+    @staticmethod
+    def raise_exception_for_graphql_error(response) -> None: ...
+    graphql_headers: Any
+    def __init__(self, config: Any | None = ..., environment: Any | None = ...) -> None: ...
+    def query(self, definition, variables: Any | None = ..., operation_name: Any | None = ...): ...