ClaimForReimbursementNote
Represents a note added to a claim
type ClaimForReimbursementNote {
authorUid: ID!
id: ID!
note: String!
}
Fields
ClaimForReimbursementNote.authorUid
● ID!
non-null scalar
UID of the author who wrote this note
ClaimForReimbursementNote.id
● ID!
non-null scalar
ID of the note
ClaimForReimbursementNote.note
● String!
non-null scalar
The note itself.
Member of
ClaimForReimbursementNotes
object