13 lines
234 B
Plaintext
13 lines
234 B
Plaintext
|
mutation ($parentFolderId: Int!, $slug: String!) {
|
||
|
assets {
|
||
|
createFolder(parentFolderId:$parentFolderId, slug: $slug) {
|
||
|
responseResult {
|
||
|
succeeded
|
||
|
errorCode
|
||
|
slug
|
||
|
message
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|