Lucas Leadbetter
Lucas Leadbetter
I can't seem to replicate this; using the example in `_examples/federation/` and running: ```gql { _service{ sdl } } ``` it returns the proper SDL for the subgraph. Can you...
Hi- I can't seem to replicate with the example within the `_examples/federation/` folder; Running: ```gql query me { me{ username reviews { body product { name upc } } }...
Good callout. Definitely something we can look to add in the future.
Thinking through this, unfortunately I don't know if it makes sense to support this off the cuff; to support this, we'd need some sort of pseudo-login system as well, including...
> I just found that `retrigger` didn't always use the correct event (it sometimes errored with `Error refiring event: Invalid event`). > > I think `retrigger` should print the response...
Resolved via release of 1.1.7.
## Problem Early adopters of the router will often need to replicate existing custom logic from their `apollo-gateway` instances, and one piece that will be built across a number of...
@andrew-kolesnikov - apologies for the delay on this. I have a rough example here: https://github.com/apollosolutions/jwks-router-plugin Make sure to note that this isn't meant for production, but does provide an example...
Glad to hear you got something built up! Let us know if you have any questions about plugins and such- always happy to help.
@andrew-kolesnikov - do you mind filing a GH issue with more details on what you'd like to see? Might be useful to spin out that conversation outside the context of...