Hello!
We would like to invite your thoughts on what makes you choose GraphQL over Rest API? Is it the idea of ability to pick required fields to query and receive a pre-defined result or is it about ability to query complex and interrelated data sources via one endpoint?
Tip: commercetools allows you to query entities either via Rest or GraphQL API depending upon your specific use cases. Our GraphQL schema lets you determine query complexity when you design your application which helps you prevent any performance issues these GraphQL queries may add. Please read more here