INPUT_OBJECT

CreateScrapeContextInput

  • input CreateScrapeContextInput {
  • # The Relay Classic Client Mutation ID.
  • clientMutationId: String
  • # The `gameId` GUID of the game to scrape for.
  • gameId: UUID!
  • scrapers: [String!]!
  • cullers: [String!]!
  • }