Skip to content

Commit

Permalink
Allow scene scrapers to return full movie data
Browse files Browse the repository at this point in the history
Movies scraped from the scene scrape dialog can now create full movies
just like the movie scrape dialog albeit without the helpful preview
  • Loading branch information
Maista6969 committed Sep 22, 2023
1 parent 0b7dcbe commit a4aec5c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions graphql/documents/data/scrapers.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,12 @@ fragment ScrapedSceneMovieData on ScrapedMovie {
director
url
synopsis
front_image
back_image

studio {
...ScrapedMovieStudioData
}
}

fragment ScrapedSceneStudioData on ScrapedStudio {
Expand Down

0 comments on commit a4aec5c

Please sign in to comment.