APIKeyCreateInput
Create Apikey data
input APIKeyCreateInput {
organizationCode: ID!
label: String!
isActive: Boolean!
role: ApikeyRole
}
Fields
APIKeyCreateInput.organizationCode
● ID!
non-null scalar
Organization to which the apikey belongs
APIKeyCreateInput.label
● String!
non-null scalar
APIKey description
APIKeyCreateInput.isActive
● Boolean!
non-null scalar
Indicates whether the APIKey is active.
APIKeyCreateInput.role
● ApikeyRole
enum
Indicates the APIKey'S role in the organization (default: VIEWER).