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
I tried to create a gateway for external graphql, but a received a error:
throw new MER_ERR_GQL_GATEWAY_INIT('No valid service SDLs were provided')
^
FastifyError [Error]: Gateway schema init issues No valid service SDLs were provided
Can you provide steps to reproduce? We often need a reproducible example, e.g. some code that allows someone else to recreate your problem by just copying and pasting it. If it involves more than a couple of different file, create a new repository on GitHub and add a link to that.
Hi,
I tried to create a gateway for external graphql, but a received a error:
code:
My external graphql service its ok on Port 4001, but using yogagraphql.
The text was updated successfully, but these errors were encountered: