Skip to main content

MeshAddressesHasManyInput

No description

type MeshAddressesHasManyInput {
create: [AddressRequiredInput]
update: [MeshAddressesUpdate]
add: [GQLTQueryAddressWhere]
remove: [GQLTQueryAddressWhere]
delete: [GQLTQueryAddressWhere]
}

Fields#

create ([AddressRequiredInput])#

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

update ([MeshAddressesUpdate])#

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

add ([GQLTQueryAddressWhere])#

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

remove ([GQLTQueryAddressWhere])#

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

delete ([GQLTQueryAddressWhere])#

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