🔍 How to search with Github GraphQL

katopz
1 min readNov 26, 2016

Here’s how you search for top ten most javascript greater than 10k star via Github GraphQL API.

https://developer.github.com/early-access/graphql/explorer/

Which give you pretty much same raw result as current version…

PS : Poor Angular falling behind React already LOL Sorry!

Oh here’s gist for lazy dude

An even more lazy no variables version hard code.

It’ll give you same result so no joy! just for comparison.

Wanna show this via React? Here’s how

Happy GraphQL!

--

--