Dylan Anthony

Results 203 comments of Dylan Anthony

Another update, all the unit tests now pass!! I did change all the path tests to not use a macro anymore for my own sanity with debugging, but I believe...

@DragonStuff Rust is very particular about the way you use Git dependencies. If two places depend on the same Git-based crate they have to be declared _exactly_ the same way....

Merged! Thanks @mwnDK1402!

That's a really cool crate! Great that someone is moving the serverless tooling forward!

This looks great, definitely the simplest way to add `@link` support quickly. > apply apollo's testing harness to verify that this approach is in fact sufficient I ran some tests...

Hey, @raptros is there anything I can do to help finish this off? I'm itching to start using Fed 2 features with `async-graphql` subgraphs 😁

> re changing the name ... on the one hand, i see your point, on the other hand it doesn't seem to me to match how other things in async-graphql...

I agree that default would be the best experience for most users. My only concern is that it's potentially a breaking change for folks already using these subgraphs. If someone...

> @dbanty as i understand it, once a federator has updated the supergraph to fed2, new versions of subgraphs have to opt into fed2 in order to be published. >...