Breaking News: Grepper is joining You.com. Read the official announcement!
Check it out

Disadvantages of GraphQL

Anjali Sharma answered on February 2, 2023 Popularity 6/10 Helpfulness 4/10

Contents


More Related Answers

  • benefits of graphql
  • disadvantages of using mysql
  • Characteristics of GraphQL
  • Advantages of GraphQL

  • Disadvantages of GraphQL

    0

    GraphQL Query Complexity

    When access multiple fields in one query, it may requests too many

    nested fields data at a single time that could cause performance

    problems. Consider maximum query depths, query complexity.

    ▪ GraphQL Caching

    More complicated to implement a simple cache with GraphQL.

    Complex because each query can be different, even though it

    operates on the same entity.

    ▪ GraphQL Rate Limiting

    In REST API, we can simply specify that we allow only the specific

    amount of requests in specific time, but In GraphQL, it is difficult to

    specify this type of statement

    https://stablekernel.com/article/advantages-and-disadvantages-of-graphql/

    Popularity 6/10 Helpfulness 4/10 Language typescript
    Source: Grepper
    Link to this answer
    Share Copy Link
    Contributed on Feb 02 2023
    Anjali Sharma
    0 Answers  Avg Quality 2/10


    X

    Continue with Google

    By continuing, I agree that I have read and agree to Greppers's Terms of Service and Privacy Policy.
    X
    Grepper Account Login Required

    Oops, You will need to install Grepper and log-in to perform this action.