Record

note

No description available.

record note {
  attachment: option​<string>,
  author: option​<user-basic>,
  body: option​<string>,
  created-at: option​<string>,
  downvote: option​<string>,
  id: option​<string>,
  noteable-id: option​<string>,
  noteable-type: option​<string>,
  system: option​<string>,
  updated-at: option​<string>,
  upvote: option​<string>,
}

Fields

NameTypeDescription
attachmentoption​<string>
authoroption​<user-basic>
bodyoption​<string>
created-atoption​<string>
downvoteoption​<string>
idoption​<string>
noteable-idoption​<string>
noteable-typeoption​<string>
systemoption​<string>
updated-atoption​<string>
upvoteoption​<string>