DEV

Mutation.

valueValidate

Allows an API consumer to calculate a new ValueValidation using the provided inputs.

Arguments

Required

No description
GraphQL
1
2
3
type Mutation {
  valueValidate(input: [ValueValidateInput!]!): [ValueValidation!]!
}

Was this page helpful?