Last active
June 6, 2020 01:40
-
-
Save PudparK/abdc3c89e19f4a43943581ee181a19c9 to your computer and use it in GitHub Desktop.
Project Page - Github GraphQL Query
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
{ | |
user (login: "PudparK") { | |
name | |
avatarUrl | |
repositories (first: 100) { | |
nodes { | |
name | |
createdAt | |
description | |
homepageUrl | |
isPrivate | |
label(name: "") { | |
name | |
} | |
} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment