-
Luke Duncalfe authored
Allows the complexity score of a GraphQL query to be queryable by clients: { queryComplexity { limit score } } Changelog: added8eefd99c
Allows the complexity score of a GraphQL query to be queryable by
clients:
{
queryComplexity {
limit
score
}
}
Changelog: added