Class: GraphQL::Stitching::Composer::BaseValidator
- Inherits:
-
Object
- Object
- GraphQL::Stitching::Composer::BaseValidator
- Defined in:
- lib/graphql/stitching/composer/base_validator.rb
Direct Known Subclasses
Instance Method Summary collapse
Instance Method Details
#perform(ctx, composer) ⇒ Object
6 7 8 |
# File 'lib/graphql/stitching/composer/base_validator.rb', line 6 def perform(ctx, composer) raise "not implemented" end |