标签: graphql
假设我有一个文件目录结构:
├── folder_a │ └── folder_b │ └── file_x ├── file_y
这可以在graphql查询中表示吗?
graphql
query FileTree { ? }