Skip to content

CreateHarborPartnerInput

Autogenerated input type of CreateHarborPartner

Fields

deprecated DO NOT USE
name · String! · required · 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 CreateHarborPartner
"""
input CreateHarborPartnerInput {
"""
DO NOT USE
"""
clientMutationId: String @deprecated(reason: "DO NOT USE")
"""
The name of the Harbor Partner
"""
name: String!
"""
The URL of the Harbor Partner
"""
url: String
"""
The description of the Harbor Partner
"""
description: String
}