GraphQL
Integrate GraphQL for your fireapis backend with no code
GraphQL is a query language unlike REST API here this will not have different endpoints for different actions on API resources. This is added advantage compared to REST API
In GraphQL you will be adding queries and mutations. It is more powerful and has more performance comparative to REST API
Fireapis will build GraphQL for your environments automatically by default. You can use your dedicated GraphQL playground provided for each environment.
GrpahQL Playground explorer
Last modified 1yr ago