Rest API - REST API Fundamentals
Consider the following GraphQL query:
{ product(id: "456") { id name price } } What data structure will the server return if the product exists?