Method: GraphQL::Query#validate
- Defined in:
- lib/graphql/query.rb
#validate ⇒ Boolean
Returns if false, static validation is skipped (execution behavior for invalid queries is undefined).
38 39 40 |
# File 'lib/graphql/query.rb', line 38 def validate @validate end |