+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

...