INPUT_OBJECT

UpdateServiceableAddressAccountAssignmentFutureMutationInput

The input object that defines the fields for the updateServiceableAddressAccountAssignmentFuture mutation.

link GraphQL Schema definition

  • input UpdateServiceableAddressAccountAssignmentFutureMutationInput {
  • # The ID of the address.
  • address_id: Int64Bit
  • # The date this is targeted to happen.
  • target_date: Date
  • # A note about this expected change of serviceable address account assignment.
  • note: Text
  • # Setting this value to `true` will set `note` to null.
  • unset_note: Boolean
  • }

link Require by