Get manager's users using GraphQL

in GraphQL we can query users and get the user’s manager. Is there a way to find users based on a manager user?
Example, query on users where manager username = “john.doe”?

Hello Kevin,

Currently, this is not possible to request a user by his manager.
We will probably add this possibility in a next WorkflowGen release.