10 lines
159 B
GraphQL
10 lines
159 B
GraphQL
fragment VirtualDirectoryParentContentFragment on VirtualDirectory {
|
|
key
|
|
content {
|
|
nodes {
|
|
name
|
|
type
|
|
}
|
|
}
|
|
}
|