When the compiler returns diagnostics after validation, they should be converted to a spec-compliant GQLError. We need to make sure only critical diagnostics, not warnings are returned in the errors list.
Blocked by apollographql/apollo-rs#423
Explore how to extract the necessary info from the new ariadne interface
When the compiler returns diagnostics after validation, they should be converted to a spec-compliant GQLError. We need to make sure only critical diagnostics, not warnings are returned in the errors list.
Blocked by apollographql/apollo-rs#423Explore how to extract the necessary info from the new ariadne interface