Method: GraphQL::Query#validation_pipeline
- Defined in:
- lib/graphql/query.rb
#validation_pipeline ⇒ Object
355 356 357 |
# File 'lib/graphql/query.rb', line 355 def validation_pipeline with_prepared_ast { @validation_pipeline } end |