Mutation
Variables
Response
Mutations
saveGitHubSettings
Saves GitHub settings and returns the updated GitHub settings.
MUTATION
saveGitHubSettings(input: SaveGitHubSettingsInput!): GitHubSettings!Arguments
input
required
Values for the requested operation.
Returns
tokenConfigured
Boolean!
Whether the token configured condition is true for this GitHub settings.
defaultJiraKeyRegex
String!
The default Jira key regex associated with this GitHub settings.
actionsNotificationPollIntervalSeconds
Int!
Actions notification poll interval, in seconds.
cacheTtlSeconds
Int!
Cache TTL, in seconds.
updatedAt
String!
ISO 8601 timestamp when this GitHub settings was last updated.
Mutation
Variables
Response