Mutation
Variables
Response
Mutations
saveGitHubCacheTtlOverride
Saves a GitHub cache TTL override and returns the updated GitHub cache TTL override.
MUTATION
saveGitHubCacheTtlOverride(input: SaveGitHubCacheTtlOverrideInput!): GitHubCacheTtlOverride!Arguments
input
required
Values for the requested operation.
Returns
operation
String!
The operation associated with this GitHub cache TTL override.
ttlSeconds
Int!
TTL, in seconds.
builtIn
Boolean!
Whether the built in condition is true for this GitHub cache TTL override.
createdAt
String!
ISO 8601 timestamp when this GitHub cache TTL override was created.
updatedAt
String!
ISO 8601 timestamp when this GitHub cache TTL override was last updated.
Mutation
Variables
Response