apollo-rs
apollo-rs copied to clipboard
implement `Send` trait for ApolloCompiler's context
Compiler's context needs to be accessed from multiple threads in the router, implement a Send
trait for the context, or figure out a way to carry it over from salsa's derived database.