INPUT_OBJECT

CreateWebsiteLogAttributes

Attributes for creating a new website log

link GraphQL Schema definition

  • input CreateWebsiteLogAttributes {
  • # ID of the contact associated with the log
  • contactId: ID
  • # ID of the account associated with the log.
  • accountId: ID
  • # ID of the property associated with the log
  • propertyId: ID!
  • # IP address of the visitor
  • remoteIp: String!
  • # URL of the page visited
  • url: String!
  • # Domain name of the website
  • domainName: String
  • }