Forum Discussion
- nmraoChampion Level 3How does a request look like?
Is it some kind of database? If so, you should be able to query it provided it has the db driver.
Any ways, provide more details of your use case.- udaysqa9New Contributor
GraphQL is a query language for APIs and a runtime for fulfilling those queries with your existing data.
This is similar to REST request.But we have an option to test REST and SOAP request in Soapui tool.I wanted to know if there is any option to use soapUI for testing this.
Example:
Graphql API request url:
http://localhost:4000/graphql?query=mutation{addCourse(title:"d",description:"d") {idtitle}}Graphql Response :Currently I am using Postman tool to do this.But soapUI would be excellent if it supports it.Not sure.
Related Content
- 2 years ago
- 6 years ago
Recent Discussions
- 6 hours ago
- 9 hours ago
- 2 days ago