apollographql / federation-rs

Contains source code for Apollo Federation's Rust<--> JavaScript interop
Other
35 stars 23 forks source link

impl `From<BuildError>` and `From<BuildHint>` for `Issue` #557

Closed trevor-scheer closed 1 month ago

trevor-scheer commented 1 month ago

LSP in Rover needs composition issues in the form of Issues. These implementations allow for easy translation from supergraph output into what the language server expects.