Skip to content

Instantly share code, notes, and snippets.

@gc-codesnippets
Created November 19, 2018 22:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gc-codesnippets/9e42482ef9897b031df9af418f569c83 to your computer and use it in GitHub Desktop.
Save gc-codesnippets/9e42482ef9897b031df9af418f569c83 to your computer and use it in GitHub Desktop.
type MyCustomDef struct {
}
myRes := MyCustomDef{}
err := prisma.GraphQL(`{
users {
*
}
}`).Exec(ctx, &myRes)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment