CacheControlInput
Cache Control Input options!
Defaults:
-
type=public
-
maxAge=7days
input CacheControlInput {
type: CacheControlType
maxAge: Int
}
Fields
CacheControlInput.type
● CacheControlType
enum
Cache control type
CacheControlInput.maxAge
● Int
scalar
Cache max-age value
Member Of
UploadFileInput
input