What is a GraphQL schema?

What is a GraphQL schema?

a) A database design diagram
b) A type system that defines the structure of data that can be queried
c) A front-end framework
d) A set of CSS rules

Answer:

b) A type system that defines the structure of data that can be queried

Explanation:

A GraphQL schema defines the types, queries, and mutations that are allowed, forming the contract between the client and server.

Reference:

GraphQL Quiz – MCQ – Multiple Choice Questions

Scroll to Top