+1 vote
in GraphQL by

What is the benefit of the GraphQL schema and strong type system?

a)GraphQL does not have a type system

b)It solves the n+1 request problem

c)They work well with the JavaScript type system

d)Once the schema is defined, frontend and backend teams can work independently of each other

1 Answer

0 votes
by

d)Once the schema is defined, frontend and backend teams can work independently of each other

Related questions

+1 vote
asked Mar 2, 2022 in GraphQL by rajeshsharma
0 votes
asked Apr 9, 2023 in GraphQL by rahuljain1
...