
March 23, 2021
GraphQL Search and Filter – How to search and filter results with GraphQL
Searching and filtering is a standard part of any GraphQL API. In this article, we’ll learn how to add filtering capabilities to your API by walking through a few real-world examples. To learn how to handle searching and filtering on the front-end using Apollo Client, read “How to Filter and Search using Variables in Apollo […]