Skip to main content

Documentation index: llms.txt. This page is also available as markdown: append .md to this URL or send Accept: text/markdown.

JobResultInput

Input object expected by the query or mutation

input JobResultInput {
delaySeconds: Int
id: String!
}

Fields

JobResultInput.delaySeconds ● Int scalar general

The number of seconds to delay before returning the result if the job is not finished

JobResultInput.id ● String! non-null scalar general

Job ID to retrieve the result for

Example

Member Of