Michael Watson

Results 20 comments of Michael Watson
trafficstars

@kyla100 unfortunately the MongoDB that was being used has been taken down. We re-created the API over at https://github.com/apollographql/spacex that gives you an option to use instead. Let me know...

We just made the decision to allow all origins and reconfigured the CORS settings. @masaok @IgorPaluch you should be able to start using this 🙏

You can also provide your own way to pull together a configuration for the gateway using `updateServiceDefinitions` ([see here](https://github.com/apollographql/federation/blob/main/gateway-js/src/index.ts#L221)). This was designed to be used for environments that are locked...

Just wanted to add a confirmed workaround for this problem. Any field on the `interface` could be defined at the root of that interface and not duplicated in the fragments....

@spurrkins I definitely agree with this but I've come up short on this in my first pass. One path I'm exploring is having workbench point at `.graphql` schema files that...

I do want to add linting in a future release. Currently you can run GraphOS schema checks that include linting results, but no way to "apply" the linting to fix...

I found out how to get this to work, there are 2 options available: 1. In your VSCode settings, change the gateway port for your mocks: "apollo-workbench.gatewayPort": 8000 2. Add...

Will also plan on defaulting our gateway to align with the port used by the GraphQL extension

Thanks @saadsaifse for all your feedback so far. It's been great! 🎉 I totally understand about the other Apollo extension and it's configuration. It's something we've learned a lot from...

I'm not quite sure GitHub isn't letting me get to the checks steps on this so I can merge. I went ahead and included all these changes in a PR...