Skip to content

Instantly share code, notes, and snippets.

@PudparK
Last active June 6, 2020 01:40
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 PudparK/abdc3c89e19f4a43943581ee181a19c9 to your computer and use it in GitHub Desktop.
Save PudparK/abdc3c89e19f4a43943581ee181a19c9 to your computer and use it in GitHub Desktop.
Project Page - Github GraphQL Query
{
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