Method: GraphQL::BaseType#name

Defined in:
lib/graphql/base_type.rb

#nameString

Returns the name of this type, must be unique within a Schema.

Returns:

  • the name of this type, must be unique within a Schema



32
33
34
# File 'lib/graphql/base_type.rb', line 32

def name
  @name
end