INPUT_OBJECT

LinkFibermapPlanToNetworkSiteMutationInput

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

link GraphQL Schema definition

  • input LinkFibermapPlanToNetworkSiteMutationInput {
  • # FiberMap plan ID
  • fibermap_plan_id: Int64Bit!
  • # Network site id.
  • network_site_id: Int64Bit
  • }

link Require by