INPUT_OBJECT

DeleteMediaInput

link GraphQL Schema definition

  • input DeleteMediaInput {
  • clientMutationId: String
  • # Unique identifier of entity.
  • id: ID!
  • # Id of the linked appointment or task, or empty when not linked to an activity.
  • activityId: ID
  • }

link Require by