I am working on Inhouse product so I need some good suggestions
- Can I built all basic functionalities of magento app with graphQL ?
I am working on Inhouse product so I need some good suggestions
The support for GraphQL in magento 2.3.5 has become quite satisfactory. You can check out all the mutations and queries you can do with the current GraphQL support here - https://devdocs.magento.com/guides/v2.4/graphql/
You will also find the tutorials for implementing basic website features on the same page in the tutorials section.
To answer thoroughly your question, we would benefit from a list of features you need the graphql to perform. Then for each feature,
Now, GraphQl has been within Magento since 2.3 and therefore is relatively new. My experience has been to use a REST API to perform the calls that aren't in graphQl. (when your system is complete, you can review the areas that use an API and refactor these to use graphQl call)