API Stability |
Short-Term
|
The setAllowUpdateDesiredDigesters() GraphQL mutation is used to set whether to allow updating automatically the preferred 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
preferred digesters.