Passing the Graphql schema as JSON request body in REST
Hi ,I want to pass the Graphql schema as the JSON request body in REST Message.This is my Grapql Query query listComponents($input: ListComponentsInput) { services: listComponents(input: $input) { pageInfo { totalCount pageSize tot...