INPUT_OBJECT
UpdateFibermapIntegrationMutationInput
The input object that defines the fields for the updateFibermapIntegration mutation.
link GraphQL Schema definition
- input UpdateFibermapIntegrationMutationInput {
- # A descriptive name.
- : String
- # An API token.
- : String
- # Import serviceable addresses
- : Boolean
- # Import plans and contacts
- : Boolean
- # Always create new network sites
- : Boolean
- # Allow serviceability status to be read from map features
- : Boolean
- # Update service locations in Vetro Fibermap
- : Boolean
- # Whether or not this is enabled.
- : Boolean
- # The ID of the company that this entity operates under.
- : Int64Bit
- # The ID of an AccountStatus.
- : Int64Bit
- # The ID of an AccountType.
- : Int64Bit
- # The API`s version.
- : FibermapIntegrationApiVersion
- # The name Sonar will use to retrive the Zone Status.
- : String
- # A note about this entity.
- : NoteMutationInput
- }