-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Description
When creating invalid queries, e.g. by using fields that do not exist we can bypass the complexity costs.
Let's say the request contains 30k very small and invalid queries, then we will have at least 30k errors in the response. I would have expected that this goes into the maximumCost
calculation when using defaultCost: 1
.
Metadata
Metadata
Assignees
Labels
No labels