Advertisement
bolo17

Untitled

Jul 5th, 2020
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. Refactor (docs, www): make a GraphqlEmbed MDX
  2.  
  3. <iframe title="A basic query" src="https
  4.  
  5. <GraphqlEmbed title="Using limit" query={`
  6. {
  7. allMarkdownRemark(limit: 3) {
  8. totalCount
  9. edges {
  10. node {
  11. frontmatter {
  12. title
  13. }
  14. }
  15. }
  16. }
  17. }
  18. `}/>
  19. get link:https://ouo.io/kT46ZA
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement