You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When calling ResolveInfo::foldSelectionSet recursively, --$descend should be replaced with $descend - 1 otherwise in the next iteration step (in case we are in a loop) the results will be wrong.