tangled
alpha
login
or
join now
danabra.mov
/
slices
forked from
slices.network/slices
0
fork
atom
Highly ambitious ATProtocol AppView service and sdks
0
fork
atom
overview
issues
pulls
pipelines
update graphql playground config
chadtmiller.com
5 months ago
b88b8e56
73fc943d
+2
1 changed file
expand all
collapse all
unified
split
api
src
graphql
handler.rs
+2
api/src/graphql/handler.rs
···
140
140
141
141
const fetcher = createGraphiQLFetcher({{
142
142
url: '/graphql',
143
143
+
subscriptionUrl: '/graphql/ws?slice={}',
143
144
headers: {{
144
145
'X-Slice-Uri': '{}'
145
146
}}
···
165
166
</div>
166
167
</body>
167
168
</html>"#,
169
169
+
slice_uri.replace("'", "\\'").replace("\"", "\\\""),
168
170
slice_uri.replace("'", "\\'").replace("\"", "\\\"")
169
171
);
170
172