-
Notifications
You must be signed in to change notification settings - Fork 58
/
schema.gql
120 lines (120 loc) · 2.28 KB
/
schema.gql
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
type Query {
search(id: String!): SearchResult
}
type SearchResult {
stream: [Stream]
adaptive: [Adaptive]
meta: Meta
}
type Stream {
s: String
itag: String
url: String
type: String
quality: String
sp: String
}
type Adaptive {
lmt: String
xtags: String
clen: String
projection_type: String
quality_label: String
type: String
url: String
sp: String
itag: String
s: String
init: String
size: String
index: String
fps: String
bitrate: String
}
type Meta {
player_response: String
itct: String
adaptive_fmts: String
account_playback_token: String
of: String
no_get_video_log: String
apply_fade_on_midrolls: String
cr: String
avg_rating: String
show_content_thumbnail: String
cver: String
oid: String
fmt_list: String
cl: String
midroll_prefetch_size: String
enabled_engage_types: String
allow_html5_ads: String
video_id: String
ssl: String
vm: String
serialized_ad_ux_config: String
xhr_apiary_host: String
tmi: String
eventid: String
iv3_module: String
ad_logging_flag: String
csi_page_type: String
thumbnail_url: String
keywords: String
innertube_context_client_version: String
midroll_freqcap: String
apiary_host_firstparty: String
gapi_hint_params: String
apiary_host: String
innertube_api_version: String
ad_preroll: String
token: String
fade_in_start_milliseconds: String
vss_host: String
tag_for_child_directed: String
mpu: String
ptchn: String
iv_load_policy: String
fade_out_start_milliseconds: String
player_error_log_fraction: String
atc: String
hl: String
idpj: String
iv_invideo_url: String
is_listed: String
fade_out_duration_milliseconds: String
videostats_playback_base_url: String
fexp: String
ptk: String
fflags: String
allow_ratings: String
vmap: String
ucid: String
timestamp: String
external_play_video: String
watermark: String
ad3_module: String
title: String
allow_embed: String
ad_device: String
pltype: String
host_language: String
t: String
url_encoded_fmt_stream_map: String
innertube_api_key: String
author: String
loudness: String
storyboard_spec: String
fade_in_duration_milliseconds: String
rvs: String
plid: String
sffb: String
c: String
ldpj: String
view_count: String
allow_below_the_player_companion: String
enablecsi: String
status: String
relative_loudness: String
length_seconds: String
}