ExecuteCheckInput
The input needed to trigger a check execution.
input ExecuteCheckInput {
checkIds: [ID!]!
}
Fields
ExecuteCheckInput.checkIds ● [ID!]! non-null scalar
List of IDs of the checks to be executed.
Member Of
executeCheck mutation