Skip to content

UpdateHarborPartnerInput

Autogenerated input type of UpdateHarborPartner

Fields

deprecated DO NOT USE
harbor_partner_id · ID! · required · The ID of the Harbor Partner to update
name · String · The name of the Harbor Partner
url · String · The URL of the Harbor Partner
description · 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
}