INPUT_OBJECT

UpdateMediaInput

link GraphQL Schema definition

  • input UpdateMediaInput {
  • clientMutationId: String
  • # Unique identifier of entity.
  • id: ID!
  • # Last modification time.
  • modified: DateTime
  • # Creation time.
  • created: DateTime
  • # Relation to single abstract entity instance.
  • #
  • # E.g. Relation to Lead/Oppty
  • #
  • activityId: ID
  • # Relation to single entity instance.
  • callId: ID
  • # Field containing json.
  • data: JSONString
  • # Generic field wrapping sqlalchemy column, configurable by constructor.
  • #
  • # Good for one-of fields / generated fields.
  • #
  • description: String
  • # Generic field wrapping sqlalchemy column, configurable by constructor.
  • #
  • # Good for one-of fields / generated fields.
  • #
  • errorCode: Int
  • # Field whose values are strictly defined with an enumeration of values.
  • status: MediaStatusEnum
  • # Field whose values are strictly defined with an enumeration of values.
  • type: MediaTypeEnum
  • # Revision when entity was lastly changed.
  • revision: Int
  • }

link Require by