-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample.graphql
More file actions
159 lines (146 loc) · 4.97 KB
/
example.graphql
File metadata and controls
159 lines (146 loc) · 4.97 KB
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
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
# Get author's podcasts
query {
podcasts(authorCuid: "cknzlx35l0000h69k7oc0fwm3") {
cuid
name
description
}
}
# Get a podcast's info
query {
podcast(podcastCuid: "cko2mkyjz0000ob9kelc02znk") {
cuid
name
description
profile {
language
category_name
cover_art_image_url
clean_content
}
}
}
# Create new podcast
mutation {
createPodcast(
authorCuid: "cknzlx35l0000h69k7oc0fwm3"
data: {
name: "测试播客 Test Podcast"
description: "这是一个简单的测试播客"
type: "episodic"
profile: {
language: "en-us"
category: "Personal Journal"
contentClean: true
coverImageUrl: "https://static.ouorz.com/wp-content/uploads/2020/12/2021010105320083.jpg"
}
}
) {
cuid
}
}
# Delete a podcast along with its profile
mutation {
deletePodcast(podcastCuid: "cko2mkyjz0000ob9kelc02znk") {
status
message
}
}
# Modify a podcast's name and description
mutation {
modifyPodcastInfo(
podcastCuid: "cko2jj8r70000ke9k0ays3ceq"
data: { name: "已知未知 Known Unknowns" }
) {
name
}
}
# Modify a podcast's profile
mutation {
modifyPodcastProfile(
podcastCuid: "cko2jj8r70000ke9k0ays3ceq"
data: { website_url: "https://kukfm.com" }
) {
website_url
}
}
# Get an user's info
query {
user(userCuid: "cko2mkyjz0000ob9kelc02znk") {
cuid
name
email
}
}
# Modify a user's name and email
mutation {
modifyUserInfo(
userCuid: "cknzlx35l0000h69k7oc0fwm3"
data: { name: "TonyHe" }
) {
name
}
}
# Get a podcast's episodes
query {
episodes(podcastCuid: "cko2mkyjz0000ob9kelc02znk") {
cuid
title
content
}
}
# Get an episode's info
query {
episode(episodeCuid: "cko2mkyjz0000ob9kelc02znk") {
cuid
title
content
profile {
audio_url
}
}
}
# Create an episode
mutation {
createEpisode(
podcastCuid: "cko2jj8r70000ke9k0ays3ceq"
data: {
title: "EP01: 解构的 2020 之留学杂谈"
content: "<p>已知未知是一档聚焦生活、科技与职业的非定期更新播客。信息过载的时代,我们从已知探索未知。</p>\n<p> </p>\n<h3>第一期</h3>\n<p>2020 是特殊的一年,每个国家和社会都经历着多种多样的变革,各行各业也面临着全新的挑战。在这样的不同寻常的时期,不论是准备出国或是计划留学的朋友或多或少地都有着一些疑虑和困惑;本期的节目请到两位九月赴英留学、刚刚结束大学第一学期的留学生来分享他们的经历和想法,希望对即将出国或是 2021 计划留学的同学有所启发。</p>\n<p>主持:Tony</p>\n<p>嘉宾:Leon, Levi</p>\n<p> </p>\n<p>00:23 - 背景介绍</p>\n<p>00:57 - 嘉宾们的自我介绍</p>\n<p>02:20 - 选择专业/学校的方式方法与缘由</p>\n<p>07:38 - 大学申请心得与踩过的坑</p>\n<p>16:05 - 出国预备/签证/机票等琐碎经验</p>\n<p>20:31 - 航班旅途与当地疫情状况</p>\n<p>22:42 - 离乡留学的不舍/伤感与心态调整</p>\n<p>24:25 - 网课与线下授课的区别与偏好</p>\n<p>27:39 - 生活起居/宿舍状况/本地服务使用经验</p>\n<p>33:30 - 文化差异与其造成的社交困境</p>\n<p>38:10 - 国内外学习的差异/大学生活新体验</p>\n<p> </p>\n<h3>订阅</h3>\n<p><strong>RSS</strong>: <a href=\"https://anchor.fm/s/4612e698/podcast/rss\">https://anchor.fm/s/4612e698/podcast/rss</a></p>\n<p><strong>Anchor.FM</strong>: <a href=\"https://anchor.fm/the-known-unknowns\">https://anchor.fm/the-known-unknowns</a></p>\n<p>网易云音乐:<a href=\"https://music.163.com/#/djradio?id=796784079\"> https://music.163.com/#/djradio?id=796784079</a></p>\n<p>喜马拉雅: <a href=\"https://www.ximalaya.com/gerenchengzhang/45246859\">https://www.ximalaya.com/gerenchengzhang/45246859</a></p>\n<p>Spotify: <a href=\"https://open.spotify.com/show/1wyg21KT66xDoG5dB2ouGa\">https://open.spotify.com/show/1wyg21KT66xDoG5dB2ouGa</a></p>\n<p>Breaker: <a href=\"https://www.breaker.audio/yi-zhi-wei-zhi-known-unknowns\">https://www.breaker.audio/yi-zhi-wei-zhi-known-unknowns</a></p>\n<p>Castbox: <a href=\"https://castbox.fm/channel/id3666710\">https://castbox.fm/channel/id3666710</a></p>\n<p>RadioPublic: <a href=\"https://radiopublic.com/known-unknowns-6L3VRo\">https://radiopublic.com/known-unknowns-6L3VRo</a></p>\n<p> </p>\n<p>Apple Podcast 与 Google Podcasts 正在等待收录</p>\n<p> </p>\n<p>感谢收听,欢迎订阅</p>\n"
profile: {
audio_url: "https://static.ouorz.com/KUK_Podcast_EP01_Final.mp3"
audio_length: 2589
audio_size: 103568563
episode_type: "Full"
clean_content: true
}
}
) {
cuid
}
}
# Modify an episode's title and content
mutation {
modifyEpisodeInfo(
episodeCuid: "cko318ae500006w9k2lvbcihr"
data: { title: "EP01: 解构的 2020 之留学杂谈" }
) {
title
}
}
# Modify an episode's profile
mutation {
modifyEpisodeProfile(
episodeCuid: "cko318ae500006w9k2lvbcihr"
data: { episode_number: 1 }
) {
episode_number
}
}
# Delete an episode
mutation {
deleteEpisode(episodeCuid: "cko318ae500006w9k2lvbcihr") {
status
message
}
}