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
Boolean
scalar type representstrue
orfalse
.