OBJECT

InstagramScrapeLog

link GraphQL Schema definition

  • type InstagramScrapeLog implements Node {
  • id: ID!
  • # The data from the scrape
  • request: Map
  • # The data from the scrape
  • response: Map
  • accountConnectionID: ID!
  • workflowID: String
  • workflowRunID: String
  • createdAt: Time!
  • accountConnection: AccountConnection!
  • }