We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 528c125 commit f7e1b61Copy full SHA for f7e1b61
1 file changed
ayon_api/graphql_queries.py
@@ -15,6 +15,7 @@
15
def add_links_fields(
16
entity_field: GraphQlQueryEdgeField,
17
nested_fields: dict | None,
18
+ *,
19
supports_data: bool = False,
20
) -> None:
21
if "links" not in nested_fields:
0 commit comments