Skip to content

Schema Types

Query

Field Argument Type Description
reserved String

Mutation

Field Argument Type Description
createJobShare JobShareResult!
input CreateJobShareInput!
createKnowledgebaseShare CreateKnowledgebaseShareResult!
input CreateKnowledgebaseShareInput!

Objects

CreateKnowledgebaseShareResult

Field Argument Type Description
knowledgebaseShare KnowledgebaseShare

JobShare

Field Argument Type Description
id ID!
shareLink String!

JobShareResult

Field Argument Type Description
jobShare JobShare

KnowledgebaseShare

Field Argument Type Description
id ID!
knowledgebaseContentIds [ID!]!
shareLink String!

Inputs

CreateJobShareInput

Field Type Description
jobId ID individual job to be shared (use either jobId or jobIds)
jobIds [ID!] multiple jobs to be shared (use either jobId or jobIds)
shareEntireJob Boolean if true, create a share for the entire job, including content for steps not marked as visible to customers

CreateKnowledgebaseShareInput

Field Type Description
knowledgebaseContentIds [ID!]!

Scalars

Boolean

Built-in Boolean

ID

Built-in ID

String

Built-in String