INPUT_OBJECT

CreateOrUpdateMessageSharingClientRelationInput

link GraphQL Schema definition

  • input CreateOrUpdateMessageSharingClientRelationInput {
  • clientMutationId: String
  • # Unique identifier of entity.
  • id: ID
  • # 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