Skip to content

Instantly share code, notes, and snippets.

@ShanikaNishadhi
Created April 10, 2022 09:27
Show Gist options
  • Save ShanikaNishadhi/943e5d1bb6782ddb8062239149248143 to your computer and use it in GitHub Desktop.
Save ShanikaNishadhi/943e5d1bb6782ddb8062239149248143 to your computer and use it in GitHub Desktop.
# Retrieve Data
query_result = client.query(
faunaquery.get(
faunaquery.ref(
faunaquery.collection("testCollection"), "328031285277622849")
)
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment