I have transitioned to using GraphQL APIs exclusively, including for the new ATF backend. REST APIs tend to be fairly simple to document, plus they have generators to help. GraphQL APIs are more verbose and more difficult to document, but they also have a few options for document generators. The one I have recently began […]