Difference between revisions of "Graph"

From
Jump to: navigation, search
Line 14: Line 14:
 
GraphQL is a query language for APIs and a runtime for fulfilling those queries with your existing data. GraphQL provides a complete and understandable description of the data in your API, gives clients the power to ask for exactly what they need and nothing more, makes it easier to evolve APIs over time, and enables powerful developer tools.
 
GraphQL is a query language for APIs and a runtime for fulfilling those queries with your existing data. GraphQL provides a complete and understandable description of the data in your API, gives clients the power to ask for exactly what they need and nothing more, makes it easier to evolve APIs over time, and enables powerful developer tools.
  
 +
<youtube>VjXb3PRL9WI</youtube>
 
<youtube>Kbqdqd7cIbY</youtube>
 
<youtube>Kbqdqd7cIbY</youtube>
 
<youtube>6xO87LlijoQ</youtube>
 
<youtube>6xO87LlijoQ</youtube>
Line 21: Line 22:
 
<youtube>Kbqdqd7cIbY</youtube>
 
<youtube>Kbqdqd7cIbY</youtube>
 
<youtube>GQ0HwmwGBZw</youtube>
 
<youtube>GQ0HwmwGBZw</youtube>
 +
 +
== With Python ==
 +
<youtube>DWgD5iloSHs</youtube>
 +
<youtube>LxoKPGvMXf0</youtube>
 +
<youtube>cKTbHph-wlk</youtube>
 +
<youtube>lkKGfcp9Cvc</youtube>

Revision as of 06:52, 26 July 2019

Youtube search... ...Google search

GraphQL is a query language for APIs and a runtime for fulfilling those queries with your existing data. GraphQL provides a complete and understandable description of the data in your API, gives clients the power to ask for exactly what they need and nothing more, makes it easier to evolve APIs over time, and enables powerful developer tools.

GraphiQL

With Python