RevokeApiKeyInput
Autogenerated input type of RevokeApiKey
input RevokeApiKeyInput {
clientMutationId: String
id: ID!
companyId: ID!
}
Fields
RevokeApiKeyInput.clientMutationId
● String
scalar
A unique identifier for the client performing the mutation.
RevokeApiKeyInput.id
● ID!
non-null scalar
RevokeApiKeyInput.companyId
● ID!
non-null scalar
Member Of
revokeApiKey
mutation