Method: GraphQL::Query::ValidationPipeline#has_validated?
- Defined in:
- lib/graphql/query/validation_pipeline.rb
#has_validated? ⇒ Boolean
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
48 49 50 |
# File 'lib/graphql/query/validation_pipeline.rb', line 48 def has_validated? @has_validated == true end |