INPUT_OBJECT

ApplyScrapeContextInput

  • input ApplyScrapeContextInput {
  • # The Relay Classic Client Mutation ID.
  • clientMutationId: String
  • # The `gameId` GUID of the game to apply the results to. If not specified, applies
  • # the results to the game this scrape context was originally created for.
  • gameId: UUID
  • # The `jobId` of the scrape context that can be used to query or update the scrape
  • # context.
  • jobId: UUID!
  • # The names of the file traversers used to retrieve file metadata when traversing
  • # the scrape context.
  • fileTraversers: [String!]!
  • # The names of the metadata traversers used to retrieve information/string based
  • # metadata when traversing the scrape context.
  • metadataTraversers: [String!]!
  • }