CompanyDeletePayload
Autogenerated return type of CompanyDelete
type CompanyDeletePayload {
clientMutationId: String
deletedCompanyId: ID
errors: [UserError!]!
}
Fields
CompanyDeletePayload.clientMutationId ● String scalar common
A unique identifier for the client performing the mutation.
CompanyDeletePayload.deletedCompanyId ● ID scalar common
The ID of the deleted company.
CompanyDeletePayload.errors ● [UserError!]! non-null object common
Errors related to user input
Returned by
companyDelete mutation