Class: Types::QueryType::DesignManagementObject

Inherits:
Struct
  • Object
show all
Defined in:
app/graphql/types/query_type.rb

Overview

The design management context object needs to implement #issue

Instance Attribute Summary collapse

Instance Attribute Details

#issueObject

Returns the value of attribute issue

Returns:

  • (Object)

    the current value of issue



8
9
10
# File 'app/graphql/types/query_type.rb', line 8

def issue
  @issue
end