Mutation
Variables
Response
Mutations
updateGitHubCacheTtl
Updates a GitHub cache TTL and returns the updated GitHub settings.
MUTATION
updateGitHubCacheTtl(ttlMinutes: Int!): GitHubSettings!Arguments
ttlMinutes
Int!
required
The TTL minutes used to filter or perform the 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