-
Notifications
You must be signed in to change notification settings - Fork 357
Closed
Labels
bugSomething isn't workingSomething isn't workingcommunityquestionFurther information is requestedFurther information is requested
Milestone
Description
How deep down is GraphQL supposed to instrument?
With a query like the following only these fields friends, friends.0.name, friends.0.pets, friends.1.name and friends.1.pets get instrumented. Should all the fields on the types pet and color, get instrumented too?
{
friends {
name
pets {
name
colors {
code
}
}
}
}Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingcommunityquestionFurther information is requestedFurther information is requested