Method: Types::WorkItemType#create_note_email

Defined in:
app/graphql/types/work_item_type.rb

#create_note_emailObject



154
155
156
# File 'app/graphql/types/work_item_type.rb', line 154

def create_note_email
  object.creatable_note_email_address(context[:current_user])
end