Query OBJECT

The query root for this schema

Fields

agentAgent

Find an agent by its slug

Arguments

slugID!

The UUID for the agent, prefixed by its organization's slug i.e. acme-inc/0bd5ea7c-89b3-4f40-8ca3-ffac805771eb

agentTokenAgentToken

Find an agent token by its slug

Arguments

slugID!

The UUID for the agent token, prefixed by its organization's slug i.e. acme-inc/0bd5ea7c-89b3-4f40-8ca3-ffac805771eb

apiAccessTokenCodeAPIAccessTokenCode

Find a API Access Token code

Arguments

codeID!

The code provided by the Auth API

artifactArtifact

Find an artifact by its UUID

Arguments

uuidID!

auditEventAuditEvent

Find an audit event via its uuid

Arguments

uuidID!

The UUID for the audit event i.e. 0bd5ea7c-89b3-4f40-8ca3-ffac805771eb

buildBuild

Find a build

Arguments

slugID

The number of the build, prefixed with its organization and pipeline. i.e. acme-inc/my-pipeline/123

uuidID

The UUID of the build

graphQLSnippetGraphQLSnippet

Find a GraphQL snippet

Arguments

uuidString!

The UUID for this GraphQL snippet

jobJob

Find a build job

Arguments

uuidID!

nodeNode

Fetches an object given its ID.

Arguments

idID!

ID of the object.

notificationServiceNotificationService

Find a notification service via its UUID

Arguments

uuidID!

The UUID for the notification service i.e. 0bd5ea7c-89b3-4f40-8ca3-ffac805771eb

organizationOrganization

Find an organization

Arguments

slugID

The slug of the organization

uuidID

The UUID of the organization

organizationInvitationOrganizationInvitation

Find an organization invitation via its slug

Arguments

slugID!

The UUID for the invitation, prefixed by its organization's slug i.e. acme-inc/0bd5ea7c-89b3-4f40-8ca3-ffac805771eb

organizationMemberOrganizationMember

Find an organization membership via its slug

Arguments

slugID!

The UUID for the membership, prefixed by its organization's slug i.e. acme-inc/0bd5ea7c-89b3-4f40-8ca3-ffac805771eb

pipelinePipeline

Find a pipeline

Arguments

slugID

The slug of the pipeline, prefixed with its organization. i.e. acme-inc/my-pipeline

uuidID

The UUID of the pipeline

pipelineSchedulePipelineSchedule

Find a pipeline schedule by its slug

Arguments

slugID!

The UUID for the pipeline schedule, prefixed by its organization and pipeline's slug i.e. acme-inc/my-pipeline/0bd5ea7c-89b3-4f40-8ca3-ffac805771eb

pipelineTemplatePipelineTemplate

Find a pipeline template

Arguments

uuidID!

The UUID of the pipeline template

secretSecret

Find a secret via its uuid. This does not contain the value of the secret or encrypted material.

Arguments

uuidID!

The UUID for the secret i.e. 0bd5ea7c-89b3-4f40-8ca3-ffac805771eb

ssoProviderSSOProvider

Find an sso provider either using it's slug, or UUID

Arguments

slugID

The slug for the sso provider, prefixed by its organization's slug i.e. acme-inc/0bd5ea7c-89b3-4f40-8ca3-ffac805771eb

uuidID

The UUID of the sso provider

teamTeam

Find a team

Arguments

slugID!

The slug of the team, prefixed with its organization. i.e. acme-inc/awesome-team

viewerViewer

Context of the current user using the GraphQL API