feat: implement collections syncing for selfhosted (#42)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
mutation CreateGQLRootUserCollection($title: String!) {
|
||||
createGQLRootUserCollection(title: $title) {
|
||||
id
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user