UpdateSalesforceNotificationRecipientsHasMany
No description
input UpdateSalesforceNotificationRecipientsHasMany {
create: [CreateSalesforceNotificationRecipientInput!]
delete: [ID!]
update: [UpdateSalesforceNotificationRecipientInput!]
}
No description
input UpdateSalesforceNotificationRecipientsHasMany {
create: [CreateSalesforceNotificationRecipientInput!]
delete: [ID!]
update: [UpdateSalesforceNotificationRecipientInput!]
}
UpdateSalesforceNotificationRecipientsHasMany.create
● [CreateSalesforceNotificationRecipientInput!]
list inputUpdateSalesforceNotificationRecipientsHasMany.delete
● [ID!]
list scalarUpdateSalesforceNotificationRecipientsHasMany.update
● [UpdateSalesforceNotificationRecipientInput!]
list input