Skip to content

Commit

Permalink
fix: apollo router compatibility yaml property (#1596)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aenimus authored Feb 14, 2025
1 parent 875c9b8 commit e068a7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion router/pkg/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -885,7 +885,7 @@ type Config struct {
PersistedOperationsConfig PersistedOperationsConfig `yaml:"persisted_operations"`
AutomaticPersistedQueries AutomaticPersistedQueriesConfig `yaml:"automatic_persisted_queries"`
ApolloCompatibilityFlags ApolloCompatibilityFlags `yaml:"apollo_compatibility_flags"`
ApolloRouterCompatibilityFlags ApolloRouterCompatibilityFlags `yaml:"apollo_router_Compatibility_flags"`
ApolloRouterCompatibilityFlags ApolloRouterCompatibilityFlags `yaml:"apollo_router_compatibility_flags"`
ClientHeader ClientHeader `yaml:"client_header"`
}

Expand Down

0 comments on commit e068a7e

Please sign in to comment.