Skip to main content

InvoiceUserBelongsToInput

No description

type InvoiceUserBelongsToInput {
create: UserRequiredInput
update: InvoiceUserUpdate
delete: GQLTQueryUserWhere
}

Fields#

create (UserRequiredInput)#

This will create a new element with a relationship to the current Invoice

update (InvoiceUserUpdate)#

This will update any matching elements that have a relationship to the current Invoice

delete (GQLTQueryUserWhere)#

This will delete any matching elements that have a relationship with the current Invoice