Skip to Main Content

DevOps, CI/CD and Automation

Announcement

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!

Graphql with Oracle Jet

User_LBNU9May 25 2021

hi all
are there any documentation to use graphql with oracle jet

Comments

John JB Brock-Oracle

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.

1 - 1

Post Details

Added on May 25 2021
1 comment
179 views