INPUT_OBJECT

CreateMessageSharingClientRelationInput

link GraphQL Schema definition

  • input CreateMessageSharingClientRelationInput {
  • clientMutationId: String
  • # Last modification time.
  • modified: DateTime
  • # Creation time.
  • created: DateTime
  • # Id of the user.
  • clientId: ID!
  • # Id of the email or memo being shared.
  • messageId: ID!
  • # Revision when entity was lastly changed.
  • revision: Int
  • }

link Require by