apollo-rs
apollo-rs copied to clipboard
example to create diff'ed versions of compiler HIR
Let's say an operation is added as a source to the compiler. Instead of working with the provided version of the operation, we'd like to work with a slightly changed version of the operation, such as a changed selection set. The example here should provide a way to create a transformed version of the operation