Class: Agoo::GraphQL::Field

Inherits:
Object
  • Object
show all
Defined in:
lib/agoo/graphql/field.rb

Instance Attribute Summary collapse

Instance Attribute Details

#argsObject

Returns the value of attribute args.



9
10
11
# File 'lib/agoo/graphql/field.rb', line 9

def args
  @args
end

#default_valueObject

Returns the value of attribute default_value.



10
11
12
# File 'lib/agoo/graphql/field.rb', line 10

def default_value
  @default_value
end

#descriptionObject

Returns the value of attribute description.



7
8
9
# File 'lib/agoo/graphql/field.rb', line 7

def description
  @description
end

#nameObject

Returns the value of attribute name.



6
7
8
# File 'lib/agoo/graphql/field.rb', line 6

def name
  @name
end

#type_nameObject

Returns the value of attribute type_name.



8
9
10
# File 'lib/agoo/graphql/field.rb', line 8

def type_name
  @type_name
end