INPUT_OBJECT

SynchronizeCalixCloudMutationInput

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

link GraphQL Schema definition

  • input SynchronizeCalixCloudMutationInput {
  • # The ID of a `CalixCloudSetting`.
  • calix_cloud_setting_id: Int64Bit!
  • # Whether or not to skip performing write requests and generate a dry run report.
  • dry_run: Boolean
  • }

link Require by