Skip to main content

UserGroupUserBelongsToInput

No description

type UserGroupUserBelongsToInput {
create: UserRequiredInput
update: UserGroupUserUpdate
delete: GQLTQueryUserWhere
}

Fields#

create (UserRequiredInput)#

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

update (UserGroupUserUpdate)#

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

delete (GQLTQueryUserWhere)#

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