UpdateHarborPartnerInput
Autogenerated input type of UpdateHarborPartner
Fields
clientMutationId
· String
· DO NOT USE deprecated
DO NOT USEdescription
· String
· The description of the Harbor Partner Used By
Definition
"""Autogenerated input type of UpdateHarborPartner"""input UpdateHarborPartnerInput { """ DO NOT USE """ clientMutationId: String @deprecated(reason: "DO NOT USE")
""" 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}