Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion flexus_client_kit/ckit_edoc.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ class FEdocOutput:
edoc_title: str
edoc_mtime: int
edoc_size_bytes: int
edoc_archived_ts: int
edoc_status_download: str
edoc_status_graphdb: str
edoc_status_vectordb: str
Expand Down Expand Up @@ -164,7 +165,7 @@ async def edoc_patch(
async with http_client as http:
result = await http.execute(
gql.gql(
"""mutation EdocUpdate($p: FEdocUpdateInput!) {
"""mutation EdocUpdate($p: FEdocPatch!) {
edoc_update(p: $p)
}""",
),
Expand Down