OBJECT
type InstagramScrapeLog implements Node {id: ID! # The data from the scraperequest: Map # The data from the scraperesponse: Map accountConnectionID: ID! workflowID: String workflowRunID: String createdAt: Time! accountConnection: AccountConnection! }