Skip to content

Instantly share code, notes, and snippets.

@mahmoodchowdhury
Created May 9, 2026 01:54
Show Gist options
  • Select an option

  • Save mahmoodchowdhury/266ac00ac4e64a04b53129936953ad44 to your computer and use it in GitHub Desktop.

Select an option

Save mahmoodchowdhury/266ac00ac4e64a04b53129936953ad44 to your computer and use it in GitHub Desktop.
GraphQL Query
query {
posts {
nodes {
id
title
date
excerpt
featuredImage {
node {
sourceUrl
altText
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment