Hi Folks,
One of my customer-what the data in the format of GraphQL .Customer API need the GraphQL data to be receive to their API. In Oracle SOA suite, As we know that by Rest adapter we can transfer the data only in the format of XML and JSON ,I have tried to create the xsd for the GraphQL in the online but using the same in REST adapter to build schema I am getting the error "Schema generation Failed" .
Below we have data in order to build schema,
mutation {
updateECRD(
update:{
loadId: "16228",
ecrd: "2021-05-31T13:01:09+00:00"
}) {
transactionId
status
errors {
message
}
}
}
I
Can someone help how to build the schema in Rest Adapter for GraphQL ,please reference above data for reference.
Regards
Praveen
+919393987799