mirror of
https://github.com/requarks/wiki.git
synced 2026-08-26 13:17:10 -05:00
10 lines
132 B
GraphQL
10 lines
132 B
GraphQL
query ($parentFolderId: Int!) {
|
|
assets {
|
|
folders(parentFolderId:$parentFolderId) {
|
|
id
|
|
name
|
|
slug
|
|
}
|
|
}
|
|
}
|