Hi,
afaik GraphQL is based on HTTP (GET and POST).
So you could use Robotframework-Requests Library
You could also write your own Library in Python where you could define your way how to design keywords.
Hi,
afaik GraphQL is based on HTTP (GET and POST).
So you could use Robotframework-Requests Library
You could also write your own Library in Python where you could define your way how to design keywords.