OBJECT

Cookie

Cookie configuration

link GraphQL Schema definition

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