Created
April 13, 2018 12:37
-
-
Save wapiflapi/715491efb22f58d8371aed356ed2b837 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
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