input2 } POST /other { "json": input3 } GET /other/things Same Authentication, Same Middleware, Same HTTP client, Same HTTP server,… Changing small part
• GraphiQL — developer console to your web API • Focus on function processing data • TDD friendly, no views, and no templates! • Add regular HTTP endpoints as needed • Just middleware; wrap JWT, CORS, Instrumentation
• GraphiQL — developer console to your web API • Focus on function processing data • TDD friendly, no views, and no templates! • Add regular HTTP endpoints as needed • Just middleware; wrap JWT, CORS, Instrumentation