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