The dominant architecture for APIs in modern app development is REST. While REST is widely known, it has some downsides including overfetching and inefficiencies concerning nested data. GraphQL is a new type of API architecture that is designed to be more flexible and efficient than REST with features like declarative data fetching.
2 Comments
Sort: