Skip to main content

VoucherUserBelongsToInput

No description

type VoucherUserBelongsToInput {
create: UserRequiredInput
update: VoucherUserUpdate
delete: GQLTQueryUserWhere
}

Fields#

create (UserRequiredInput)#

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

update (VoucherUserUpdate)#

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

delete (GQLTQueryUserWhere)#

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