Skip to content

Instantly share code, notes, and snippets.

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 gabrielfalcao/0df4adbd5e1f3cd12b13cd149c753080 to your computer and use it in GitHub Desktop.
Save gabrielfalcao/0df4adbd5e1f3cd12b13cd149c753080 to your computer and use it in GitHub Desktop.
{
repository(name: "berlin", owner: "gabrielfalcao") {
name
shortDescriptionHTML
description
owner {
id
login
avatarUrl
url
}
resourcePath
projects(first: 100) {
edges {
node {
name
resourcePath
id
pendingCards(first: 100) {
edges {
node {
column {
id
resourcePath
}
note
}
}
}
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment