Federated store should have its own Operation Validator #3324
Labels
enhancement
Improvement to existing functionality/feature
federated-store
Specific to/touches the federated-store module
Milestone
Using the normal operation chain validator supplied by the store class is not adequate for federation as the schema is dependant on the options passed in the chain.
To get around this a custom validator should be added that extends the standard one but overrides any method that gets the schema to instead run an operation using the options on the chain its validating. This should get the correct merged schema to validate on.
The text was updated successfully, but these errors were encountered: