OBJECT

ApplyScrapeContextPayload

  • type ApplyScrapeContextPayload {
  • # The Relay Classic Client Mutation ID.
  • clientMutationId: String
  • # The game this scrape context was applied to.
  • game: Game!
  • # The scrape context that was used.
  • context: ScrapeContext!
  • }