enonic/app-guillotine

Add `graphql.extensions.modifyUnknownField` config

Closed this issue · 0 comments

Sometimes it can be useful to not fail if trying to modify non-existing fields via creationCallbacks.

For that we will use the graphql.extensions.modifyUnknownField = 'ignore' | 'warn' | 'throw' config. Default value is throw.