Results 16 comments of Dominik Spicher

Would be great to see this simple fix merged!

I'll try to minimize my example, currently it's part of a huge schema :see_no_evil:

Consider the following schema: ```graphql input Bar { bar: Int! } input Foo { foo: Int! } type Query { foo(foo: Foo!): Int! bar(bar: Bar!): Int! } schema { query:...

I just noticed https://github.com/DevinR528/cargo-sort/pull/55 now 🤦

> Take a look at the utils.rs file and on line 403 you need to use this new param you're adding. Ah yeah, makes sense. Fixed.

fwiw, there is a Rust library that implements the UR spec referenced above: https://docs.rs/ur/latest/ur/

@afilini would you be interested in a PR that implements this? I would like to see this feature implemented, and could take a stab at it.