-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Show repos by a half a dozen popular JS community members
- Sindre
- Tanner Linsely
- Kent C Dodds
- Ryan Florence
- Michael Jackson
- Droopytersen
query {
user(login:"droopytersen") {
repositories(isFork: false, affiliations: [OWNER] first: 100, orderBy: { field:PUSHED_AT, direction: DESC}) {
totalCount
nodes {
name
isPrivate
createdAt
description
homepageUrl
primaryLanguage {
name
id
}
languages(first: 100, orderBy: {field: SIZE, direction:DESC}) {
totalCount
edges {
size
node {
name
}
}
}
pushedAt
url
}
}
}
}Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels