Method: GraphQL::Query#operation_name

Defined in:
lib/graphql/query.rb,
lib/graphql/query.rb
more...

#operation_nameString?

Returns:

  • (String, nil)
[View source]

35
36
37
# File 'lib/graphql/query.rb', line 35

def operation_name
  @operation_name
end