We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2a19e0 commit fba4a53Copy full SHA for fba4a53
infrahub_sdk/client.py
@@ -575,6 +575,7 @@ async def execute_graphql(
575
_type_: _description_
576
"""
577
578
+ branch_name = branch_name or self.default_branch
579
url = self._graphql_url(branch_name=branch_name, at=at)
580
581
payload: dict[str, Union[str, dict]] = {"query": query}
@@ -1112,6 +1113,7 @@ def execute_graphql(
1112
1113
dict: The result of the GraphQL query or mutation.
1114
1115
1116
1117
1118
1119
0 commit comments