Skip to content

Instantly share code, notes, and snippets.

@stevemar
Created June 13, 2022 17:41
Show Gist options
  • Save stevemar/1d41e1f1cf18a429627e667ffc892ded to your computer and use it in GitHub Desktop.
Save stevemar/1d41e1f1cf18a429627e667ffc892ded to your computer and use it in GitHub Desktop.
test graphql
{
  products(first: 10, reverse: true) {
    edges {
      node {
        id
        title
        handle
        resourcePublicationOnCurrentPublication {
          publication {
            name
            id
          }
          publishDate
          isPublished
        }
      }
    }
  }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment