Skip to content

destroyHarborPartnerApiKeyInput

Autogenerated input type of destroyHarborPartnerApiKey

Fields

deprecated DO NOT USE
api_key_id · ID! · required · The ID of the API key to destroy

Used By

Definition

"""
Autogenerated input type of destroyHarborPartnerApiKey
"""
input destroyHarborPartnerApiKeyInput {
"""
DO NOT USE
"""
clientMutationId: String @deprecated(reason: "DO NOT USE")
"""
The ID of the API key to destroy
"""
api_key_id: ID!
}