DEV Community

Discussion on: GraphQL vs REST - a vending machine example

Collapse
 
awakeel profile image
Abdul wakeel • Edited

The vending machine is example is good in this case, but what if I have two thousand different schemas(table) For each schema I will have to create graphql endpoint? Or is there any way to create a generic endpoint for All table schemes?