Skip to main content

GroupChildrenHasManyInput

No description

type GroupChildrenHasManyInput {
create: [GroupRequiredInput]
update: [GroupChildrenUpdate]
add: [GQLTQueryGroupWhere]
remove: [GQLTQueryGroupWhere]
delete: [GQLTQueryGroupWhere]
}

Fields#

create ([GroupRequiredInput])#

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

update ([GroupChildrenUpdate])#

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

add ([GQLTQueryGroupWhere])#

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

remove ([GQLTQueryGroupWhere])#

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

delete ([GQLTQueryGroupWhere])#

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