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
My graphql endpoint is behind the bear token, to test the rest controller we were using the webmvc and which works perfect, but when i try to test Graphql with with webmvc then its value always 404.
Is there any code example for testing the endpoint, Please share.
Also, just want to check I can create my controller method and from there i want to execute the graphql resolvers, is that possible by disabling graphql.servlet.enable = false, instead of using existing controller i want to create my own controller, i doubt webmvc is not able to test this in build controller.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello Folks,
My graphql endpoint is behind the bear token, to test the rest controller we were using the webmvc and which works perfect, but when i try to test Graphql with with webmvc then its value always 404.
Is there any code example for testing the endpoint, Please share.
Also, just want to check I can create my controller method and from there i want to execute the graphql resolvers, is that possible by disabling graphql.servlet.enable = false, instead of using existing controller i want to create my own controller, i doubt webmvc is not able to test this in build controller.
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions