You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Resolvers on types could use different fields from the respective type inside the resolver itself.
Add a validation that every field that is used as .value.field_name inside the resolver is actually part of the type and if not generated a Validation error with info about unknown field. Make sure nested paths .value.a.b.c are covered as well.
Resolvers on types could use different fields from the respective type inside the resolver itself.
Add a validation that every field that is used as
.value.field_name
inside the resolver is actually part of the type and if not generated a Validation error with info about unknown field. Make sure nested paths.value.a.b.c
are covered as well.Good Example
Bad Examples
The text was updated successfully, but these errors were encountered: