In GraphQL, what does the term "schema" refer to?

  • A visual representation of data
  • Defines the types and relationships in a data graph
  • The process of optimizing queries
  • The programming language used in GraphQL
In GraphQL, a "schema" defines the types and relationships in a data graph, specifying the structure of the data that can be queried.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *