Query
Variables
Response
Queries
githubRepositoryWorkflows
Returns GitHub repository workflows.
QUERY
githubRepositoryWorkflows(source: GitHubRequestSource!, codebaseRepositoryId: ID!): [GitHubRepositoryWorkflow!]!Arguments
source
required
The source used to filter or perform the operation.
codebaseRepositoryId
ID!
required
Identifier of the codebase repository.
Returns
id
ID!
Stable identifier for this GitHub repository workflow.
name
String!
Display name of this GitHub repository workflow.
path
String!
Filesystem path associated with this GitHub repository workflow.
state
String!
Current state of this GitHub repository workflow.
url
String!
URL for this GitHub repository workflow.
jobNames
[String!]!
Job names associated with this GitHub repository workflow.
Query
Variables
Response