Skip to main content

GroupManagerUserBelongsToInput

No description

type GroupManagerUserBelongsToInput {
create: UserRequiredInput
update: GroupManagerUserUpdate
delete: GQLTQueryUserWhere
}

Fields#

create (UserRequiredInput)#

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

update (GroupManagerUserUpdate)#

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

delete (GQLTQueryUserWhere)#

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