GraphQL filtering

I can't find definitions for filters other than ID in GraphQL schema.

Is there a way to obtain users by a name using GraphQL, for instance?

Example

I can filter providing a name filter in the URL like this:

"https://gorest.co.in/public/v2/users?name=ka"

Is there a way to obtain the same result but using a GraphQL query?

Any update for this question?

currently graphql does not support this feature.


Little markdown supported