A development team needs to build an API for a highly dynamic application with many changing data requirements. Which API style should they prefer?

  • GraphQL
  • REST
  • RPC
  • SOAP
GraphQL is well-suited for dynamic applications with changing data requirements, as it allows clients to request only the data they need.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *