Writing Cloud Functions & Extending your API
Graphqli is very extensible. You can extend your api or write your own endpoint on graphqli using custom function that can hold your custom logic & integration.
So far Graphqli Generates all the CRUD(Create, Read, Update, Delete) API instantly based on your model but what happens when you need to make a custom request or need to execute a business logic or need to connect to any third-party api?
Supported Cloud Provider
- AWS Lambda
note
Graphqli doesn't host any functions on our server. It depends on third party function host provider (AWS, Google etc..)
Graphqli will Connect your Graphqli Function to your AWS Lambda functions. Each function you create here should be connected to a separate AWS Lambda function in-order to
operate.