Convert the GraphQL to www-url-form-encoded format
This Python script allows you to convert a GraphQL query in JSON format into www-url-form-encoded format. It's a handy tool for making HTTP requests with GraphQL queries.
Before you begin, ensure you have met the following requirements:
- Python 3.x installed
colorama
library installed (for colored output)
install colorama
using pip
:
pip install colorama
python3 -m pip install colorama