You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As per the docs Middlewares can also be added specifically to the GraphQL endpoint route, by using server.express.post(server.options.endpoint, myMiddleware()). Am running graphq-yoga and next js & apollo on the frontend. I wanted a none graphql post request '/payment', but its not working. Below is how am doing it
The text was updated successfully, but these errors were encountered:
As per the docs Middlewares can also be added specifically to the GraphQL endpoint route, by using server.express.post(server.options.endpoint, myMiddleware()). Am running graphq-yoga and next js & apollo on the frontend. I wanted a none graphql post request '/payment', but its not working. Below is how am doing it
The text was updated successfully, but these errors were encountered: