Method: GraphQL::Query#query?

Defined in:
lib/graphql/query.rb

#query?Boolean

Returns:

  • (Boolean)
[View source]

248
249
250
# File 'lib/graphql/query.rb', line 248

def query?
  with_prepared_ast { @query }
end