Owen, if you are up for it, I would love to see your tutorial on configuring and setting up BeAPI with some example that could showcase all key features such as automatic webhooks, chaining, etc for the noobs like myself :)
Your comparison did convince me that BeAPI is much more powerful than GraphQL. This makes me wonder why the hack people are so hyped about GraphQL over other API solutions that are far more omnipotent such as BeAPI.
Question:
- How does BeAPI communicates with database SQL query commands?
- Where do you define SQL query commands? For instance, you write the SQL commands in the schema inside the GraphQL query or mutation. What about BeAPI?
- Don’t you need to write your SQL commands in the chaining process? I am confused how BeAPI automates this. And if BeAPI automates it, wouldn’t there be limitations?
- Is there security concern in using BeAPI? Such as a way to hack the system to request and get the data which you aren’t supposed to?