INPUT_OBJECT
CreateOrUpdateMemoInput
link GraphQL Schema definition
- input CreateOrUpdateMemoInput {
- : String
- # Unique identifier of entity.
- : ID
- # Last modification time.
- : DateTime
- # Creation time.
- : DateTime
- # Id of the memo author.
- : ID
- # Short summary line of the memo.
- : String
- # Revision when entity was lastly changed.
- : Int
- # Sales units that have been granted shared access to this memo.
- : [CreateMessageSharingSalesUnitRelationNoMessageBackrefInput!]
- # Users that have been granted shared access to this memo.
- : [CreateMessageSharingClientRelationNoMessageBackrefInput!]
- # Accounts this memo is linked to.
- : [CreateMessageRelationNoMessageBackrefInput!]
- # Contacts this memo is linked to.
- : [CreateMessageRelationNoMessageBackrefInput!]
- # Projects this memo is linked to.
- : [CreateMessageRelationNoMessageBackrefInput!]
- # Leads this memo is linked to.
- : [CreateMessageRelationNoMessageBackrefInput!]
- # Quotes this memo is linked to.
- : [CreateMessageRelationNoMessageBackrefInput!]
- # Opportunities this memo is linked to.
- : [CreateMessageRelationNoMessageBackrefInput!]
- # Custom entity records this memo is linked to.
- : [CreateMessageRelationNoMessageBackrefInput!]
- # Documents linked to this memo.
- : [CreateCloudObjectRelationNoBackrefInput!]
- # Comments authored on this memo.
- : [CreateMemoCommentNoMemoBackrefInput!]
- }