CompanyAddressDeleteInput
No description
input CompanyAddressDeleteInput {
id: Int!
companyId: Int!
}
Fields
CompanyAddressDeleteInput.id
● Int!
non-null scalar
Address primary identifier
CompanyAddressDeleteInput.companyId
● Int!
non-null scalar
Company primary identifier
Member Of
companyAddressDelete
mutation