|
1 | 1 | # Generated by ariadne-codegen |
2 | 2 |
|
| 3 | +from .add_content_label import AddContentLabel, AddContentLabelAddContentLabel |
3 | 4 | from .add_contents_to_collections import ( |
4 | 5 | AddContentsToCollections, |
5 | 6 | AddContentsToCollectionsAddContentsToCollections, |
|
971 | 972 | GetAgent, |
972 | 973 | GetAgentAgent, |
973 | 974 | GetAgentAgentChannels, |
| 975 | + GetAgentAgentConnectors, |
974 | 976 | GetAgentAgentFilter, |
975 | 977 | GetAgentAgentFilterFeeds, |
976 | 978 | GetAgentAgentOwner, |
|
2492 | 2494 | MatchEntityMatchEntityReferenceObservable, |
2493 | 2495 | ) |
2494 | 2496 | from .operations import ( |
| 2497 | + ADD_CONTENT_LABEL_GQL, |
2495 | 2498 | ADD_CONTENTS_TO_COLLECTIONS_GQL, |
2496 | 2499 | ADD_CONVERSATIONS_TO_COLLECTIONS_GQL, |
2497 | 2500 | ADD_SKILLS_TO_COLLECTIONS_GQL, |
|
2879 | 2882 | QUERY_VIEWS_GQL, |
2880 | 2883 | QUERY_WORKFLOWS_GQL, |
2881 | 2884 | REJECT_CONTENT_GQL, |
| 2885 | + REMOVE_CONTENT_LABEL_GQL, |
2882 | 2886 | REMOVE_CONTENTS_FROM_COLLECTION_GQL, |
2883 | 2887 | REMOVE_CONVERSATIONS_FROM_COLLECTION_GQL, |
2884 | 2888 | REMOVE_SKILLS_FROM_COLLECTION_GQL, |
|
3061 | 3065 | QueryAgentsAgents, |
3062 | 3066 | QueryAgentsAgentsResults, |
3063 | 3067 | QueryAgentsAgentsResultsChannels, |
| 3068 | + QueryAgentsAgentsResultsConnectors, |
3064 | 3069 | QueryAgentsAgentsResultsFilter, |
3065 | 3070 | QueryAgentsAgentsResultsFilterFeeds, |
3066 | 3071 | QueryAgentsAgentsResultsOwner, |
|
4547 | 4552 | QueryWorkflowsWorkflowsResultsStoragePolicy, |
4548 | 4553 | ) |
4549 | 4554 | from .reject_content import RejectContent, RejectContentRejectContent |
| 4555 | +from .remove_content_label import ( |
| 4556 | + RemoveContentLabel, |
| 4557 | + RemoveContentLabelRemoveContentLabel, |
| 4558 | +) |
4550 | 4559 | from .remove_contents_from_collection import ( |
4551 | 4560 | RemoveContentsFromCollection, |
4552 | 4561 | RemoveContentsFromCollectionRemoveContentsFromCollection, |
|
5075 | 5084 |
|
5076 | 5085 | __all__ = [ |
5077 | 5086 | "ADD_CONTENTS_TO_COLLECTIONS_GQL", |
| 5087 | + "ADD_CONTENT_LABEL_GQL", |
5078 | 5088 | "ADD_CONVERSATIONS_TO_COLLECTIONS_GQL", |
5079 | 5089 | "ADD_SKILLS_TO_COLLECTIONS_GQL", |
5080 | 5090 | "APPROVE_CONTENT_GQL", |
5081 | 5091 | "ASK_GRAPHLIT_GQL", |
| 5092 | + "AddContentLabel", |
| 5093 | + "AddContentLabelAddContentLabel", |
5082 | 5094 | "AddContentsToCollections", |
5083 | 5095 | "AddContentsToCollectionsAddContentsToCollections", |
5084 | 5096 | "AddContentsToCollectionsAddContentsToCollectionsContents", |
|
6281 | 6293 | "GetAgent", |
6282 | 6294 | "GetAgentAgent", |
6283 | 6295 | "GetAgentAgentChannels", |
| 6296 | + "GetAgentAgentConnectors", |
6284 | 6297 | "GetAgentAgentFilter", |
6285 | 6298 | "GetAgentAgentFilterFeeds", |
6286 | 6299 | "GetAgentAgentOwner", |
|
7738 | 7751 | "QueryAgentsAgents", |
7739 | 7752 | "QueryAgentsAgentsResults", |
7740 | 7753 | "QueryAgentsAgentsResultsChannels", |
| 7754 | + "QueryAgentsAgentsResultsConnectors", |
7741 | 7755 | "QueryAgentsAgentsResultsFilter", |
7742 | 7756 | "QueryAgentsAgentsResultsFilterFeeds", |
7743 | 7757 | "QueryAgentsAgentsResultsOwner", |
|
9034 | 9048 | "QuiverImagePublishingPropertiesInput", |
9035 | 9049 | "REJECT_CONTENT_GQL", |
9036 | 9050 | "REMOVE_CONTENTS_FROM_COLLECTION_GQL", |
| 9051 | + "REMOVE_CONTENT_LABEL_GQL", |
9037 | 9052 | "REMOVE_CONVERSATIONS_FROM_COLLECTION_GQL", |
9038 | 9053 | "REMOVE_SKILLS_FROM_COLLECTION_GQL", |
9039 | 9054 | "RESEARCH_CONTENTS_GQL", |
|
9064 | 9079 | "RejectContent", |
9065 | 9080 | "RejectContentRejectContent", |
9066 | 9081 | "RelationshipDirections", |
| 9082 | + "RemoveContentLabel", |
| 9083 | + "RemoveContentLabelRemoveContentLabel", |
9067 | 9084 | "RemoveContentsFromCollection", |
9068 | 9085 | "RemoveContentsFromCollectionRemoveContentsFromCollection", |
9069 | 9086 | "RemoveContentsFromCollectionRemoveContentsFromCollectionContents", |
|
0 commit comments