Mutation
Variables
Response
Mutations
saveCacheServerSettings
Saves cache server settings and returns the updated cache server settings.
MUTATION
saveCacheServerSettings(input: SaveCacheServerSettingsInput!): CacheServerSettings!Arguments
input
required
Values for the requested operation.
Returns
configured
Boolean!
Whether this cache server settings is configured.
baseUrl
String
URL for this cache server settings. May be null when unavailable or not applicable.
apiKeyConfigured
Boolean!
Whether the API key configured condition is true for this cache server settings.
headers
Headers associated with this cache server settings.
updatedAt
String!
ISO 8601 timestamp when this cache server settings was last updated.
Mutation
Variables
Response