Idea :
GraphQL Integration with IRIS Support faster development.
Benefits :
Not required to create API (i.e single entity serves what the data is asked)
Data transfer is reduced. ( data query takes unnecessary data, if we limit in api level it makes burden for developers to rework )
More abstraction is provided ( if we required to fetch only name don't require other fields then it can be controlled by GraphQL )
Real-life use case :
Health care data used products with GraphQL good for faster retrieval, less data transfer and more abstraction to improve the better product in nature.
Thank you for submitting the idea.
This idea was implemented by Developer Community member(s). Please check the solution in the comments.