Skip to content

Instantly share code, notes, and snippets.

@wapiflapi
Created April 13, 2018 12:37
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 wapiflapi/715491efb22f58d8371aed356ed2b837 to your computer and use it in GitHub Desktop.
Save wapiflapi/715491efb22f58d8371aed356ed2b837 to your computer and use it in GitHub Desktop.
{
repositoryOwner(login: "github") {
login
avatarUrl
repositories(first: 10, isFork: false, orderBy: {field: CREATED_AT, direction: DESC}) {
edges {
node {
description
createdAt
stargazers {
totalCount
}
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment