Mutation
Variables
Response
Mutations
removeGitHubRepository
Removes a GitHub repository and returns GitHub repositories.
MUTATION
removeGitHubRepository(id: ID!): [GitHubRepository!]!Arguments
id
ID!
required
Identifier of the resource to return or affect.
Returns
[GitHubRepository!]!
id
ID!
Stable identifier for this GitHub repository.
githubId
ID!
Identifier of the related GitHub.
owner
String!
The owner associated with this GitHub repository.
name
String!
Display name of this GitHub repository.
nameWithOwner
String!
The name with owner associated with this GitHub repository.
url
String!
URL for this GitHub repository.
jiraKeyRegex
String
The Jira key regex associated with this GitHub repository. May be null when unavailable or not applicable.
Mutation
Variables
Response