ApiKeyUpdateInput
No description
input ApiKeyUpdateInput {
description: String
role: OrganizationRole
}
Fields
ApiKeyUpdateInput.description ● String scalar
The description of the API key
ApiKeyUpdateInput.role ● OrganizationRole enum
The role of the API key, defines the permissions of the API key
Member Of
apiKeyUpdate mutation