Skip to content

Instantly share code, notes, and snippets.

@tobob
Created December 30, 2020 11:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tobob/6210a5f0dfa13c17421524fc6efb0d16 to your computer and use it in GitHub Desktop.
Save tobob/6210a5f0dfa13c17421524fc6efb0d16 to your computer and use it in GitHub Desktop.
query BlogPostBySlug($slug: String!) {
contentfulBlogPost(slug: { eq: $slug }) {
contentReferences {
... on ContentfulCodeComponent {
url
__typename
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment