What is the difference between REST and GraphQL?

REST uses fixed endpoints and standard methods, while GraphQL allows clients to request exactly the data they need.