Class: Agoo::GraphQL::Type

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

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionObject

Returns the value of attribute description.



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

def description
  @description
end

#fieldsObject

Returns the value of attribute fields.



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

def fields
  @fields
end

#nameObject

Returns the value of attribute name.



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

def name
  @name
end