Skip to content

Latest commit

 

History

History
9 lines (4 loc) · 449 Bytes

File metadata and controls

9 lines (4 loc) · 449 Bytes

Learn GraphQL | Flashcards for Developers

Learn GraphQL - At its simplest, GraphQL is about asking for specific fields on objects. A GraphQL service is created by defining types and fields on those types, then providing functions for each field on each type. GraphQL is a query language for your API, and a server-side runtime for executing queries by using a type system you define for your data.

Decks