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 c37d03e commit aa23fe5Copy full SHA for aa23fe5
ayon_api/graphql_queries.py
@@ -278,8 +278,8 @@ def products_graphql_query(fields):
278
product_types_var = query.add_variable("productTypes", "[String!]")
279
product_name_regex_var = query.add_variable("productNameRegex", "String!")
280
product_path_regex_var = query.add_variable("productPathRegex", "String!")
281
- statuses_var = query.add_variable("productStatuses.", "[String!]")
282
- tags_var = query.add_variable("productTags.", "[String!]")
+ statuses_var = query.add_variable("productStatuses", "[String!]")
+ tags_var = query.add_variable("productTags", "[String!]")
283
284
project_field = query.add_field("project")
285
project_field.set_filter("name", project_name_var)
0 commit comments