The setAllowUpdateDesiredDigesters() GraphQL mutation is used to allow updating automatically the desired digesters.

Syntax

Below is the syntax for setAllowUpdateDesiredDigesters():

graphql
setAllowUpdateDesiredDigesters(
      allowUpdateDesiredDigesters: boolean!
   ): boolean!

The mutation field has no special datatypes. It uses boolean for both the input and the return datatype. For the given data, enter true to allow updating automatically of the desired digesters.