Skip to main content

GroupVouchersHasManyInput

No description

type GroupVouchersHasManyInput {
create: [VoucherRequiredInput]
update: [GroupVouchersUpdate]
add: [GQLTQueryVoucherWhere]
remove: [GQLTQueryVoucherWhere]
delete: [GQLTQueryVoucherWhere]
}

Fields#

create ([VoucherRequiredInput])#

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

update ([GroupVouchersUpdate])#

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

add ([GQLTQueryVoucherWhere])#

This will add any matching elements with a relationship to the current Group

remove ([GQLTQueryVoucherWhere])#

This will remove the relationship from any matching elements from the current Group

delete ([GQLTQueryVoucherWhere])#

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