feat: initial desktop app commit

This commit is contained in:
Andrew Bastin
2023-10-11 12:04:43 +05:30
parent e2b15cedd4
commit 4587cee189
119 changed files with 18023 additions and 94 deletions

View File

@@ -0,0 +1,12 @@
query ExportUserCollectionsToJSON(
$collectionID: ID
$collectionType: ReqType!
) {
exportUserCollectionsToJSON(
collectionID: $collectionID
collectionType: $collectionType
) {
collectionType
exportedCollection
}
}