Tag: Api Gateway
-
Django GraphQL Endpoint Not Found When Requested via Krakend API Gateway
0 Hello StackOverflow Community, I am currently experiencing an issue with a Django project using GraphQL, specifically when attempting to access the GraphQL endpoint through the Krakend API Gateway. Environment: Django: 4.2.6 GraphQL Krakend API Gateway Dockerized environment Problem: When I send a request directly to the Django backend’s /graphql endpoint, it works as expected.…
-
Difference between graphql server and api gateway
1 What is the difference between GraphQL Server and API Gateway ? As it both can combine the response of multiple apis and can do authentication, input validation, metrics. graphql api-gateway Share Improve this question Follow edited Sep 19, 2022 at 9:04 Ajay S asked Sep 19, 2022 at 8:51 Ajay SAjay S 48k2727 gold…