How to use the graphql query in rest API directly using java?
GraphQL String :
//Sample program
System.out.println(classname.graphqlToJson(value));
//this call will return the graphql query into formatted JSON payload and that can be directly used in REST ASSURED API for automation.
GraphQL String :
//Sample program
System.out.println(classname.graphqlToJson(value));
//this call will return the graphql query into formatted JSON payload and that can be directly used in REST ASSURED API for automation.