refactor: import-export team coll in new schema
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
query GetCollectionTitleAndData($collectionID: ID!) {
|
||||
collection(collectionID: $collectionID) {
|
||||
title
|
||||
data
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user