8 lines
174 B
GraphQL
8 lines
174 B
GraphQL
mutation CreateRESTRootUserCollection($title: String!, $data: String) {
|
|
createRESTRootUserCollection(title: $title, data: $data) {
|
|
id
|
|
title
|
|
data
|
|
type
|
|
}
|
|
}
|