New way to describe a fragment
Pre-release
Pre-release
//you can use nested array to do this
[
'id',
[
'logo',
[
'url'
]
]
]
/*
id
logo {
url
}
*/
//you can use nested array to do this
[
'id',
[
'logo',
[
'url'
]
]
]
/*
id
logo {
url
}
*/