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 575c6a9 commit 0f2eb5aCopy full SHA for 0f2eb5a
infrahub_sdk/node/node.py
@@ -747,8 +747,6 @@ async def generate_query_data_node(
747
peer_schema = await self._client.schema.get(kind=rel_schema.peer, branch=self._branch)
748
peer_node = InfrahubNode(client=self._client, schema=peer_schema, branch=self._branch)
749
peer_data = await peer_node.generate_query_data_node(
750
- include=include,
751
- exclude=exclude,
752
property=property,
753
)
754
0 commit comments