CompanyDeleteInput
Autogenerated input type of CompanyDelete
input CompanyDeleteInput {
clientMutationId: String
companyId: ID!
}
Fields
CompanyDeleteInput.clientMutationId ● String scalar common
A unique identifier for the client performing the mutation.
CompanyDeleteInput.companyId ● ID! non-null scalar common
The ID of the company to delete.
Member of
companyDelete mutation