CompanyAPIKeyUpdateInput
No description
input CompanyAPIKeyUpdateInput {
description: String
id: Int!
name: String
}
Fields
CompanyAPIKeyUpdateInput.description ● String scalar
CompanyAPIKeyUpdateInput.id ● Int! non-null scalar
CompanyAPIKeyUpdateInput.name ● String scalar
Member Of
companyApiKeyUpdate mutation