Skip to main content

UserGroupGroupBelongsToInput

No description

type UserGroupGroupBelongsToInput {
create: GroupRequiredInput
update: UserGroupGroupUpdate
delete: GQLTQueryGroupWhere
}

Fields#

create (GroupRequiredInput)#

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

update (UserGroupGroupUpdate)#

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

delete (GQLTQueryGroupWhere)#

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