Loading...
{
"gqai": {
"command": "gqai",
"args": [
"run",
"--config",
".graphqlrc.yml"
]
}
}get_all_filmsRetrieves a list of all Star Wars films.
Read-only operation, no data modification.
get_film_by_idRetrieves details of a specific film by its ID.
Read-only operation, no data modification.
Gqai's safety depends heavily on the security of the underlying GraphQL API and the configurations defined in `.graphqlrc.yml`. It is relatively safe when used with read-only queries and a well-secured GraphQL backend. However, it becomes risky if mutations are exposed without proper authorization or if environment variables containing sensitive information are not adequately protected.