INPUT_OBJECT

UpdateCookieInput

Input for updating cookie

link GraphQL Schema definition

  • input UpdateCookieInput {
  • # Is this cookie enabled?
  • enabled: Boolean
  • # Cookie configuration as JSON string
  • config: String
  • }

link Require by