Query

Queries in GraphQL is a way of getting your data from the database.

Fireapis will already precreate the conditional queries on which you need data. For example, you can have queries say I need a search over user data to find that this customer name contains in that list, so this can be performed by using contains a condition which will be precreated just checking the checkbox will add it into playground which can be tested easily

Last updated