Method: GraphQL::Schema::Argument#name

Defined in:
lib/graphql/schema/argument.rb

#nameString (readonly) Also known as: graphql_name

Returns the GraphQL name for this argument, camelized unless camelize: false is provided.

Returns:

  • (String)

    the GraphQL name for this argument, camelized unless camelize: false is provided



13
14
15
# File 'lib/graphql/schema/argument.rb', line 13

def name
  @name
end