Skip to main content

UserMeshUserBelongsToInput

No description

type UserMeshUserBelongsToInput {
create: UserRequiredInput
update: UserMeshUserUpdate
delete: GQLTQueryUserWhere
}

Fields#

create (UserRequiredInput)#

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

update (UserMeshUserUpdate)#

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

delete (GQLTQueryUserWhere)#

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