Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 248 Bytes

File metadata and controls

18 lines (15 loc) · 248 Bytes
query {
  user(login:"zamansky")
  {   
    repositories(first:10,after:"Y3Vyc29yOnYyOpHOAee2-g==")
    {edges
      {cursor
	node{name }}
      
      
      pageInfo{
        endCursor
        hasNextPage
      }
    }}
}