Skip to content

experimental_disableErrorPropagation

This directive disables error propagation when a non nullable field returns null for the given operation.

graphql
directive @experimental_disableErrorPropagation on 
  | QUERY
  | MUTATION
  | SUBSCRIPTION

Released under the MIT License.