OBJECT

VisitorCustomDataBoolean

A visitor custom data of type Boolean

link GraphQL Schema definition

  • type VisitorCustomDataBoolean {
  • key: String!
  • booleanValue: Boolean!
  • }