addInputNotFoundError
Add an InputNotFoundError to a Job
addInputNotFoundError(
jobId: ID!
input: InputNotFoundErrorInput!
): Boolean!
Arguments
addInputNotFoundError.jobId ● ID! non-null scalar
The id of the job.
addInputNotFoundError.input ● InputNotFoundErrorInput! non-null input
The input.
Type
Boolean scalar
The
Booleanscalar type representstrueorfalse.