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).
74 75 76 |
# File 'lib/graphql/query.rb', line 74 def validate @validate end |