ApiKeyCreateInput
No description
input ApiKeyCreateInput {
description: String!
role: OrganizationRole!
}
Fields
ApiKeyCreateInput.description ● String! non-null scalar
The description of the API key
ApiKeyCreateInput.role ● OrganizationRole! non-null enum
The role of the API key, defines the permissions of the API key
Member Of
apiKeyCreate mutation