Class: GraphQL::Stitching::Composer::BaseValidator

Inherits:
Object
  • Object
show all
Defined in:
lib/graphql/stitching/composer/base_validator.rb

Direct Known Subclasses

ValidateBoundaries, ValidateInterfaces

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