Skip to content

Instantly share code, notes, and snippets.

@airhorns
Created December 9, 2020 16:56
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 airhorns/f8be57552f26f61a2998157530ac26ac to your computer and use it in GitHub Desktop.
Save airhorns/f8be57552f26f61a2998157530ac26ac to your computer and use it in GitHub Desktop.
query issues {
id
name
filter timeLogs by timeSpent > 10 {
timeSpent
level
} then group by level {
sum(timeSpent)
} then filter by deletedAt is not set and publishedAt < NOW()
then sort by timeSpent Descending
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment