Skip to content

Instantly share code, notes, and snippets.

@jacobduijzer
Created January 20, 2025 09:53
Show Gist options
  • Select an option

  • Save jacobduijzer/0c828fa5908db52b7c7ae50693d80bee to your computer and use it in GitHub Desktop.

Select an option

Save jacobduijzer/0c828fa5908db52b7c7ae50693d80bee to your computer and use it in GitHub Desktop.
GraphQL Specifications query
query AllBooks {
books {
id
title
author
isbn
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment