GraphQL Query to REST
cp:otoroshi.next.plugins.GraphQLQuery
This plugin can be used to call GraphQL query endpoints and expose it as a REST endpoint
categories:
- Integrations
default configuration:
{
"url" : "https://some.graphql/endpoint",
"headers" : { },
"method" : "POST",
"query" : "{\n\n}",
"timeout" : 60000,
"response_path" : null,
"response_filter" : null
}