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 786af01 commit cdda9cdCopy full SHA for cdda9cd
ayon_api/server_api.py
@@ -41,7 +41,6 @@
41
SERVER_RETRIES_ENV_KEY,
42
DEFAULT_FOLDER_TYPE_FIELDS,
43
DEFAULT_TASK_TYPE_FIELDS,
44
- DEFAULT_PROJECT_LINK_TYPES_FIELDS,
45
DEFAULT_PROJECT_STATUSES_FIELDS,
46
DEFAULT_PROJECT_TAGS_FIELDS,
47
DEFAULT_PRODUCT_TYPE_FIELDS,
@@ -59,7 +58,6 @@
59
58
)
60
from .graphql import GraphQlQuery, INTROSPECTION_QUERY
61
from .graphql_queries import (
62
- project_graphql_query,
63
projects_graphql_query,
64
product_types_query,
65
folders_graphql_query,
0 commit comments