Henrik Hall
Results
31
issues of
Henrik Hall
My question on SO has zero answers but describes the problem the best I think: https://stackoverflow.com/questions/73650751/get-list-of-fields-to-resolve-from-a-graphql-resolver-supporting-include-direct Summary: Take this query: ``` query($userId: String!, $loadPhoto: Boolean = false) { user(id: $userId)...