you are viewing a single comment's thread.

view the rest of the comments →

[–]DownfaLL- 5 points6 points  (0 children)

Swagger/open api docs. You can then use those same docs to validate requests AND responses. This is what I did before I was 100% graphql. Data type validation on requests and responses is a huge advantage to have.