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 :
- # 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 :
- # A note about this entity.
- NoteMutationInput :
- }