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.
Add your answer
Loading...

Leave a comment

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