Skip to content

Instantly share code, notes, and snippets.

@factoryhr
Last active May 24, 2022 08:37
Show Gist options
  • Save factoryhr/71528edb0e316932e2d3d9d484decbee to your computer and use it in GitHub Desktop.
Save factoryhr/71528edb0e316932e2d3d9d484decbee to your computer and use it in GitHub Desktop.
IntroductionToGraphQLBlogPost
{
getNewsListing {
edges {
node {
id
title
shortText
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment