Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Refactor (docs, www): make a GraphqlEmbed MDX
- <iframe title="A basic query" src="https
- <GraphqlEmbed title="Using limit" query={`
- {
- allMarkdownRemark(limit: 3) {
- totalCount
- edges {
- node {
- frontmatter {
- title
- }
- }
- }
- }
- }
- `}/>
- get link:https://ouo.io/kT46ZA
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement