CreateHarborPartnerInput
Autogenerated input type of CreateHarborPartner
Fields
clientMutationId
· String
· DO NOT USE deprecated
DO NOT USEdescription
· 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}