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