Method: GraphQL::Query#validation_errors
- Defined in:
- lib/graphql/query.rb
#validation_errors ⇒ Array<Hash>
TODO this should probably contain error instances, not hashes
115 116 117 118 |
# File 'lib/graphql/query.rb', line 115 def validation_errors valid? @validation_errors end |