Skip to main content

UserAuthsHasManyInput

No description

type UserAuthsHasManyInput {
create: [UserAuthRequiredInput]
update: [UserAuthsUpdate]
add: [GQLTQueryUserAuthWhere]
remove: [GQLTQueryUserAuthWhere]
delete: [GQLTQueryUserAuthWhere]
}

Fields#

create ([UserAuthRequiredInput])#

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

update ([UserAuthsUpdate])#

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

add ([GQLTQueryUserAuthWhere])#

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

remove ([GQLTQueryUserAuthWhere])#

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

delete ([GQLTQueryUserAuthWhere])#

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