Discussions
Categories
- 17.9K All Categories
- 3.4K Industry Applications
- 3.3K Intelligent Advisor
- 62 Insurance
- 536K On-Premises Infrastructure
- 138.2K Analytics Software
- 38.6K Application Development Software
- 5.7K Cloud Platform
- 109.4K Database Software
- 17.5K Enterprise Manager
- 8.8K Hardware
- 71.1K Infrastructure Software
- 105.2K Integration
- 41.5K Security Software
How to generate the GraphQL data in the oracle SOA 12C 12.2.1.0.0

Hi Team,
Once of customer need the output data in the format of GraphQL , Customer API need this structure of data. I am using the Jdeveloper version 12.2.1.0.0 and trying to configure the reference REST adapter am getting the error "Schema generation Failed " because provided structure is not json format.
Can any one suggest me how we can configure the adapter and sending data to the GraphQL fromat. In SOA Suite can we do the GraphQL data generation and sending out to the REST API (Customer REST URL).
In Oracle soa can we available any technical adapters to receive and send the GraphQL data .
GraphQL data:
mutation {
updateECRD(
update:{
loadId: "16228",
ecrd: "2021-05-31T13:01:09+00:00"
}) {
transactionId
status
errors {
message
}
}
}
Please suggest me and provide the solution if any one done this type of requirement.