How to do a where clause in graphql?
I want to query the companies "where" opportunities are in a stage of either meeting or proposal or customer.
I am currently fetching all results and then filtering using js. However, since we receive only 30 results in one go, it skips several results.
What is the way to write a query to fetch all relevant results?
I am currently fetching all results and then filtering using js. However, since we receive only 30 results in one go, it skips several results.
What is the way to write a query to fetch all relevant results?