Skip to content

Instantly share code, notes, and snippets.

@yusinto
Last active April 28, 2018 10:21
Show Gist options
  • Save yusinto/650e2f21fc82d8e5e07577a9683e0e76 to your computer and use it in GitHub Desktop.
Save yusinto/650e2f21fc82d8e5e07577a9683e0e76 to your computer and use it in GitHub Desktop.
Equivalent prisma query
query {
business(where: {publicId: "$place.id"}) { # place.id is supplied by fragment on line 30
id
name
email
address
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment