Which of the following is a feature of GraphQL?

Which of the following is a feature of GraphQL?

a) Strongly typed schema
b) Only allows fixed queries
c) No support for real-time updates
d) GraphQL is only used for front-end development

Answer:

a) Strongly typed schema

Explanation:

GraphQL uses a strongly typed schema to define the API’s structure, making it easy to understand what data can be queried and how.

Reference:

GraphQL Quiz – MCQ – Multiple Choice Questions

Scroll to Top