We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1eaa80b commit e2bdb38Copy full SHA for e2bdb38
public/videos/graphiql5.webm
1.11 MB
src/pages/blog/2025-06-10-graphiql-5/index.mdx
@@ -18,7 +18,10 @@ import { Callout } from "nextra/components"
18
> and we are beyond excited to see it finally reach fruition!
19
20
<figure className="mt-6">
21
- <></>
+ <video autoPlay muted loop playsInline style={{ maxWidth: '100%', borderRadius: '0.5rem' }}>
22
+ <source src="/videos/graphiql5.webm" type="video/webm" />
23
+ Your browser does not support the video tag.
24
+ </video>
25
{/* prettier-ignore */}
26
<figcaption className="mt-2 text-center">GraphiQL 5 with Monaco Editor Preview</figcaption>
27
</figure>
0 commit comments