Skip to content

createApiKeyInput

Autogenerated input type of createApiKey

Fields

deprecated DO NOT USE
name · String · A used-defined name for the API key. Optional
user_id · ID · The ID of the user to create an API key for. Required

Used By

Definition

"""
Autogenerated input type of createApiKey
"""
input createApiKeyInput {
"""
DO NOT USE
"""
clientMutationId: String @deprecated(reason: "DO NOT USE")
"""
A used-defined name for the API key. Optional
"""
name: String
"""
The ID of the user to create an API key for. Required
"""
user_id: ID
}