INPUT_OBJECT

UpdateUsageBasedBillingPolicyFreePeriodMutationInput

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

link GraphQL Schema definition

  • input UpdateUsageBasedBillingPolicyFreePeriodMutationInput {
  • # A day.
  • day: Day
  • # The start.
  • start: Time
  • # The end.
  • end: Time
  • # A note about this entity.
  • note: NoteMutationInput
  • }

link Require by