apollo-rs icon indicating copy to clipboard operation
apollo-rs copied to clipboard

example to create diff'ed versions of compiler HIR

Open lrlna opened this issue 1 year ago • 0 comments

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

lrlna avatar Jul 27 '23 10:07 lrlna