File tree 1 file changed +3
-3
lines changed
docs/blog/2019-06-03-integrating-graphiql-explorer
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ Gatsby's data layer is powered by [GraphQL](https://graphql.org/). This means th
12
12
13
13
<figure >
14
14
<video controls =" controls " autoplay =" false " >
15
- <source type="video/mp4" src="/graphiql-explore.mp4"></source >
15
+ <source type="video/mp4" src="/graphiql-explore.mp4" / >
16
16
<p>Your browser does not support the video element.</p>
17
17
</video >
18
18
<figcaption >GraphiQL demo</figcaption >
@@ -30,7 +30,7 @@ We often hear that many developers' first usage of GraphQL is through Gatsby. Gr
30
30
31
31
<figure >
32
32
<video controls =" controls " autoplay =" false " >
33
- <source type="video/mp4" src="./graphiql-explorer-demo.mp4"></source >
33
+ <source type="video/mp4" src="./graphiql-explorer-demo.mp4" / >
34
34
<p>Your browser does not support the video element.</p>
35
35
</video >
36
36
<figcaption >GraphiQL Explorer introduction demo</figcaption >
@@ -44,7 +44,7 @@ Improvements to on-boarding users new to GraphQL isn't the only goal of integrat
44
44
45
45
<figure >
46
46
<video controls =" controls " autoplay =" false " >
47
- <source type="video/mp4" src="./graphiql-explorer-union-demo.mp4"></source >
47
+ <source type="video/mp4" src="./graphiql-explorer-union-demo.mp4" / >
48
48
<p>Your browser does not support the video element.</p>
49
49
</video >
50
50
<figcaption >GraphiQL Explorer union types support</figcaption >
You can’t perform that action at this time.
0 commit comments