INPUT_OBJECT

UpdateHarborPartnerInput

Autogenerated input type of UpdateHarborPartner

link GraphQL Schema definition

  • input UpdateHarborPartnerInput {
  • # The ID of the Harbor Partner to update
  • harbor_partner_id: ID!
  • # The name of the Harbor Partner
  • name: String
  • # The URL of the Harbor Partner
  • url: String
  • # The description of the Harbor Partner
  • description: String
  • }