Concept 16 of 21
frameworkREST vs GraphQL
REST is a menu of dishes. GraphQL is a kitchen where you order the exact plate.
Definition
REST exposes resources at fixed URLs with HTTP verbs, while GraphQL exposes a single endpoint where clients query the exact shape of data they want.
Step 1