Skip to content

Grpc source not getting schema #4890

Answered by SonofNun15
SonofNun15 asked this question in Q&A
Discussion options

You must be logged in to vote

OK, first issue was the versions of @graphql-mesh. I updated everything to the latest versions and got closer.

Next, it seems like there's a bug where reflection isn't used if the source parameter is missing. You have to specify this in .meshrc to use reflection:

grpc:
  endpoint: localhost:5059
  source: { file: "" }
  useHTTPS: true

Finally, it seems like the connections under the covers don't like using a self signed dev cert. Looking into how I can turn off the cert validation during local development.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@SonofNun15
Comment options

Answer selected by SonofNun15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant