INPUT_OBJECT

CreateServiceableAddressAccountAssignmentFutureMutationInput

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

link GraphQL Schema definition

  • input CreateServiceableAddressAccountAssignmentFutureMutationInput {
  • # The ID of an Account.
  • account_id: Int64Bit!
  • # 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
  • }

link Require by