graphql-rust / juniper

GraphQL server library for Rust
Other
5.62k stars 416 forks source link

Implement `Clone` and `PartialEq` for `GraphQLResponse` (#103) #1228

Closed tyranron closed 7 months ago

tyranron commented 7 months ago

Resolves #103

Provides Clone and PartialEq implementations for a GraphQLResponse, so it can be tossed around.