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.
2 parents 4c13bbf + 2c914be commit c72892cCopy full SHA for c72892c
ayon_api/_api_helpers/projects.py
@@ -684,7 +684,7 @@ def _get_project_graphql_fields(
684
must_use_graphql = True
685
fields.discard(field)
686
for f_name in DEFAULT_PRODUCT_TYPE_FIELDS:
687
- fields.add(f"{field}.{f_name}")
+ graphql_fields.add(f"{field}.{f_name}")
688
689
elif field.startswith("productTypes"):
690
@@ -694,7 +694,7 @@ def _get_project_graphql_fields(
694
695
696
for f_name in DEFAULT_PRODUCT_BASE_TYPE_FIELDS:
697
698
699
elif field.startswith("productBaseTypes"):
700
0 commit comments