arguments.graphql 71 B

1234
  1. type Video {
  2. playable_url(quality: String, preferred: String): Url
  3. }