Implementing filtering for the GraphQL API #226
Closed
danielschuster-muc
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We already can filter through our REST API (e.g. filter characters by name:
https://api.potterdb.com/v1/characters?filter[name_cont_any]=Harry
).But we don't have such functionality for the GraphQL API.
Therefore I am asking you on how to implement this for the GraphQL API. The implement should be simple, easy to extend and useable for all fields.
I was thinking of using
search_object_graphql
, but that wasn't very practical.Have you got any ideas?
Beta Was this translation helpful? Give feedback.
All reactions