OBJECT
Cookie configuration
type Cookie {id: Int! # Cookie type (enum value)type: String! # Is this cookie enabled?enabled: Boolean! # Cookie configuration as JSON stringconfig: String }