Hacker News new | past | comments | ask | show | jobs | submit login

GraphQL reads are like that. You POST a query with the content inside the request body. This would be a nicer verb for it.





OData provides GraphQL functionality but using GET + URL parameters, for large queries it's really hard to read or edit. Using the request body makes sense for readability, so OData also offers the option to query with POST + request body.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: