6 lines
153 B
GraphQL
6 lines
153 B
GraphQL
mutation CreateGQLRootUserCollection($title: String!, $data: String) {
|
|
createGQLRootUserCollection(title: $title, data: $data) {
|
|
id
|
|
data
|
|
}
|
|
}
|