Skip to content

Instantly share code, notes, and snippets.

@pimeys
Created June 12, 2019 10:28
Show Gist options
  • Save pimeys/b2b05cbd55d25dd735e4d5d318055316 to your computer and use it in GitHub Desktop.
Save pimeys/b2b05cbd55d25dd735e4d5d318055316 to your computer and use it in GitHub Desktop.
const result = await photon.users.findMany({
select: {
id: true,
dateOfBirth: true
}
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment