GraphQL allows clients to specify the structure of the response they need, which can help to avoid _____ issues.

  • Authentication Issues
  • Latency Issues
  • Overfetching Issues
  • Scalability Issues
GraphQL allows clients to specify the structure of the response they need, which can help to avoid overfetching issues. Overfetching occurs when an API returns more data than the client needs, leading to increased data transfer and processing, potentially impacting performance.
Add your answer
Loading...

Leave a comment

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