Skip to main content

AddressUsersBelongsToManyInput

No description

type AddressUsersBelongsToManyInput {
create: [UserRequiredInput]
update: [AddressUsersUpdate]
add: [GQLTQueryUserWhere]
remove: [GQLTQueryUserWhere]
delete: [GQLTQueryUserWhere]
}

Fields#

create ([UserRequiredInput])#

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

update ([AddressUsersUpdate])#

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

add ([GQLTQueryUserWhere])#

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

remove ([GQLTQueryUserWhere])#

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

delete ([GQLTQueryUserWhere])#

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