INPUT_OBJECT

CreateUsageBasedBillingPolicyFreePeriodMutationInput

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

link GraphQL Schema definition

  • input CreateUsageBasedBillingPolicyFreePeriodMutationInput {
  • # A day.
  • day: Day!
  • # The start.
  • start: Time!
  • # The end.
  • end: Time!
  • # The ID of a `UsageBasedBillingPolicy`.
  • usage_based_billing_policy_id: Int64Bit!
  • # A note about this entity.
  • note: NoteMutationInput
  • }

link Require by