INPUT_OBJECT
CreateOrUpdateNoteInput
link GraphQL Schema definition
- input CreateOrUpdateNoteInput {
- # Optional client-supplied identifier passed on a mutation input and echoed back
- # unchanged on its payload, so a client can correlate the response with its
- # request (Relay convention).
- : String
- # Unique identifier of entity.
- : ID
- # Last modification time.
- : DateTime
- # Creation time.
- : DateTime
- # Id of the account.
- : ID
- # Id of the contact.
- : ID
- # Id of the custom entity record.
- : ID
- # Id of the lead or opportunity the note is attached to.
- : ID
- # Free-form text body of the note (sanitized HTML allowed).
- : String
- # Id of the note author.
- : ID
- # Id of the project.
- : ID
- # Id of the quote.
- : ID
- # Revision when entity was lastly changed.
- : Int
- }