INPUT_OBJECT

UpdateFibermapIntegrationMutationInput

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

link GraphQL Schema definition

  • input UpdateFibermapIntegrationMutationInput {
  • # A descriptive name.
  • name: String
  • # An API token.
  • api_token: String
  • # Import serviceable addresses
  • import_serviceable_addresses: Boolean
  • # Import plans and contacts
  • import_accounts_and_contacts: Boolean
  • # Always create new network sites
  • always_create_new_network_sites: Boolean
  • # Whether or not this is enabled.
  • enabled: Boolean
  • # The ID of the company that this entity operates under.
  • company_id: Int64Bit
  • # The ID of an AccountStatus.
  • account_status_id: Int64Bit
  • # The ID of an AccountType.
  • account_type_id: Int64Bit
  • # A note about this entity.
  • note: NoteMutationInput
  • }

link Require by