Skip to Main Content

Integration

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!

How to generate the GraphQL data in the oracle SOA 12C 12.2.1.0.0

siva naga prasadApr 6 2021 — edited Apr 6 2021

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.

Comments
Post Details
Added on Apr 6 2021
0 comments
520 views