Let's say I have a field called featuredImage.
If I start typing "id," for example, it will show that as an available sub field using autocomplete.
But what if you don't know what the sub fields are?
{
featuredImage {
// What fields are available?
}
}
How do you use GraphQL to show what sub fields are available?