GraphQL Proxy
cp:otoroshi.next.plugins.GraphQLProxy
This plugin can apply validations (query, schema, max depth, max complexity) on graphql endpoints
categories:
- Integrations
default configuration:
{
"endpoint" : "https://countries.trevorblades.com/graphql",
"schema" : null,
"max_depth" : 50,
"max_complexity" : 50000,
"path" : "/graphql",
"headers" : { }
}