Go REST
A

GraphQL filtering

Arthur Perez almost 3 years ago 3925 views 2 replies

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?

2 replies
A
Arthur Perez almost 3 years ago

Any update for this question?

Z
zeevy almost 3 years ago

currently graphql does not support this feature.

Your reply

Markdown supported