For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!
hi all are there any documentation to use graphql with oracle jet
You can do an Internet search on Oracle JET GraphQL and find a few blog posts. It really doesn't make any different to JET how you get your data. We are purely client-side. Install the Apollo client and go for it. JET will work with the returning JSON data the same way. You can not use the Common Model API with GraphQL as it's written over the top of AJAX itself, but you can definitely do anything you like with GraphQL and just pass the results to the JET DataProviders, or components.