-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Derive Eq, PartialEq for SupergraphConfig and SubgraphConfig (#514)
Helps in solving for apollographql/rover#480 In order to use `SupergraphConfig` as child element of [RoverOutput](https://github.com/apollographql/rover/blob/main/src/command/output.rs#L42) to produce yaml or json, we would need these types to be `Eq + PartialEq`.
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters