Skip to main content

GroupManagerGroupBelongsToInput

No description

type GroupManagerGroupBelongsToInput {
create: GroupRequiredInput
update: GroupManagerGroupUpdate
delete: GQLTQueryGroupWhere
}

Fields#

create (GroupRequiredInput)#

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

update (GroupManagerGroupUpdate)#

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

delete (GQLTQueryGroupWhere)#

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