What is the primary data format used in GraphQL APIs?
- HTML
- JSON
- XML
- YAML
The primary data format used in GraphQL APIs is JSON (JavaScript Object Notation). JSON is a lightweight and human-readable format, making it well-suited for data exchange between clients and GraphQL servers. GraphQL can also work with other data formats, but JSON is the most common.
Loading...
Related Quiz
- Discuss the role of caching mechanisms in optimizing API performance and scalability.
- One of the challenges in automated API testing is ensuring that the tests are ________ and easy to maintain.
- What is API throttling?
- When implementing RBAC in APIs, _____ is crucial to ensure that only authorized individuals have access to specific data.
- What are some alternatives to using API keys for authentication?