Skip to main content

UserGroupsBelongsToManyInput

No description

type UserGroupsBelongsToManyInput {
create: [GroupRequiredInput]
update: [UserGroupsUpdate]
add: [GQLTQueryGroupWhere]
remove: [GQLTQueryGroupWhere]
delete: [GQLTQueryGroupWhere]
}

Fields#

create ([GroupRequiredInput])#

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

update ([UserGroupsUpdate])#

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

add ([GQLTQueryGroupWhere])#

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

remove ([GQLTQueryGroupWhere])#

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

delete ([GQLTQueryGroupWhere])#

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