Skip to content

Instantly share code, notes, and snippets.

@veeral-patel
Created April 3, 2020 23:30
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 veeral-patel/73b13477aa5a23765fd77f2b8861f65a to your computer and use it in GitHub Desktop.
Save veeral-patel/73b13477aa5a23765fd77f2b8861f65a to your computer and use it in GitHub Desktop.
query {
repository(owner: "facebook", repo: "react") {
defaultBranchRef {
name
... on Commit {
history {
dates {
commits {
messageHeadline
friendlyTime
statusCheckRollup {
status
}
author {
user {
avatarUrl
}
}
isVerified
abbreviatedOid
}
}
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment