Skip to content

Instantly share code, notes, and snippets.

@fwojciec
Created January 20, 2020 16:21
Show Gist options
  • Save fwojciec/ca47ded659210c04fc6bb3a78ed8bd09 to your computer and use it in GitHub Desktop.
Save fwojciec/ca47ded659210c04fc6bb3a78ed8bd09 to your computer and use it in GitHub Desktop.
gqlserver2: dataloaders20
-- name: ListAuthorsByAgentIDs :many
SELECT authors.* FROM authors, agents
WHERE authors.agent_id = agents.id AND agents.id = ANY($1::bigint[]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment