Tag: uisearchbar
-
Create a search bar function to filter Graphql data
0 I have been working on a project using Nextjs that fetches data from Graphql api I have defined categories and posts models that work well when filtering by Category. I want to implement an input search bar function but i do not know how to associate it with the Graphql api I have searched…