Describe the Problem
There is at least one ticket in Sentry, where unrelated exceptions are combined into one ticket:
https://sentry.tuerantuer.org/organizations/digitalfabrik/issues/9077/events/?project=7&referrer=issue-stream
Validation error (FieldUndefined@[acceptingStoresByPhysicalStoreIdsInProject]) : Field 'acceptingStoresByPhysicalStoreIdsInProject' in type 'Query' is undefined
Validation error (UnknownType) : Unknown type 'IdsParamsInput'
Validation error (FieldUndefined@[searchAcceptingStores]) : Field 'searchAcceptingStores' in type 'Query' is undefined
Describe Your Preferred Solution
All of these are different issues and should be handled separately I think. Can we configure this somehow?
Describe Possible Alternatives
Related Issues
#2840
Additional Information