octocat / Hello-World

My first repository on GitHub!
2.71k stars 2.4k forks source link

Trying out GitHub GraphQL API #392

Open annjose opened 6 years ago

neuname commented 6 years ago

Sry in Have to Check a Lot. Mayer it was wrong for me to suscribe AT Git Hub. I need my Time. To be sure What i am doing. Regards Levin Klein.

Am 29.12.2017 16:59 schrieb "Ann Catherine Jose" notifications@github.com:

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/octocat/Hello-World/issues/392, or mute the thread https://github.com/notifications/unsubscribe-auth/AXlRCOW5QZ3FR9_L1xhMOsQtwAlgp-Ayks5tFQxygaJpZM4RPNhx .

Ausgezeichnet commented 6 years ago

What is GraphQL API? 😕

annjose commented 6 years ago

@Ausgezeichnet - GraphQL is essentially a query language for APIs and a runtime for validation / executing those queries as per the schema defined on the server. The beauty is that the clients can ask for exactly what data they want (even if a couple of properties of a resource) and the server will give just that - nothing more, nothing less.

See more details at http://ann.chiramattel.com/post/graphql-intro/