INPUT_OBJECT
CreateFibermapIntegrationMutationInput
The input object that defines the fields for the createFibermapIntegration mutation.
link GraphQL Schema definition
- input CreateFibermapIntegrationMutationInput {
- # 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!
- # Whether or not this is enabled.
- : Int64Bit
- # Whether or not this is enabled.
- : Int64Bit
- # Whether or not this is enabled.
- : Int64Bit
- # The API`s version.
- : FibermapIntegrationApiVersion!
- # The name Sonar will use to retrive the Zone Status.
- : String
- # A note about this entity.
- : NoteMutationInput
- }