INPUT_OBJECT

LinkFibermapServiceLocationToAddressMutationInput

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

link GraphQL Schema definition

  • input LinkFibermapServiceLocationToAddressMutationInput {
  • # Fibermap service location ID.
  • fibermap_service_location_id: Int64Bit!
  • # The ID of the address.
  • address_id: Int64Bit
  • # A two character country code.
  • country: String
  • }

link Require by