createApiKeyInput
Autogenerated input type of createApiKey
Fields
clientMutationId
· String
· DO NOT USE deprecated
DO NOT USEUsed 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}