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
Сan i just set up a apollo router without installing apollo server(and JS dependecies) and use it as a single entry point for my graphql services(schemes) in rust project(only with rust eco-system and apollo router on rust, without using other languages)?
I saw in some examples a super-graph in the '.graphql' format - why is it needed and should I describe it manually or can I generate it automatically based on my schemes using some "codegen"?
Should I describe plugins if I would like to check authorization tokens in the router? If so, where can I read the documentation on plugins and integration with the graphql services growth code?
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.
Beta Was this translation helpful? Give feedback.
All reactions