OBJECT

SearchConversion

link GraphQL Schema definition

  • type SearchConversion implements Node {
  • id: ID!
  • # The time that the user converted.
  • createdAt: Time!
  • # The type of the entity that the user converted on.
  • convertableType: String
  • # The ID of the entity that the user converted on.
  • convertableID: Int
  • # The search that the user converted on.
  • search: Search
  • }

link Require by