Skip to main content

GroupUsersBelongsToManyInput

No description

type GroupUsersBelongsToManyInput {
create: [UserRequiredInput]
update: [GroupUsersUpdate]
add: [GQLTQueryUserWhere]
remove: [GQLTQueryUserWhere]
delete: [GQLTQueryUserWhere]
}

Fields#

create ([UserRequiredInput])#

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

update ([GroupUsersUpdate])#

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

add ([GQLTQueryUserWhere])#

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

remove ([GQLTQueryUserWhere])#

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

delete ([GQLTQueryUserWhere])#

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