Skip to main content

CompanyAPIKeyCreateInput

No description

input CompanyAPIKeyCreateInput {
description: String
expireDate: Date!
name: String!
usage: CompanyAPIKeyUsage!
}

Fields

CompanyAPIKeyCreateInput.description ● String scalar

CompanyAPIKeyCreateInput.expireDate ● Date! non-null scalar

CompanyAPIKeyCreateInput.name ● String! non-null scalar

CompanyAPIKeyCreateInput.usage ● CompanyAPIKeyUsage! non-null enum

Member Of

companyApiKeyCreate mutation