In GraphQL, what is the role of a Schema?
- Define the data structure and types
- Execute queries
- Handle HTTP requests
- Store data in the database
A Schema in GraphQL defines the types of data that can be queried and the relationships between them. It serves as a contract between the client and server, specifying the structure of the API.
Loading...
Related Quiz
- Faced with intermittent API outages, which monitoring strategy would you prioritize to identify the root cause?
- What is the significance of monitoring and logging in CI/CD pipelines with respect to API testing?
- Which factor can significantly increase the complexity of API test automation?
- In API performance testing, API documentation provides insights into ________, which is crucial for load and stress testing.
- How can negative testing scenarios help in uncovering security vulnerabilities in an API?