mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-03-15 05:31:02 -05:00
14 lines
155 B
GraphQL
14 lines
155 B
GraphQL
fragment folderCurrent on Folder {
|
|
name
|
|
path
|
|
favorite
|
|
isPackage
|
|
isVueProject
|
|
children {
|
|
name
|
|
path
|
|
isPackage
|
|
isVueProject
|
|
}
|
|
}
|