Skip to main content

NodeConfigNodeConfigHistoryHasManyInput

No description

type NodeConfigNodeConfigHistoryHasManyInput {
create: [NodeConfigHistoryRequiredInput]
update: [NodeConfigNodeConfigHistoryUpdate]
add: [GQLTQueryNodeConfigHistoryWhere]
remove: [GQLTQueryNodeConfigHistoryWhere]
delete: [GQLTQueryNodeConfigHistoryWhere]
}

Fields#

create ([NodeConfigHistoryRequiredInput])#

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

update ([NodeConfigNodeConfigHistoryUpdate])#

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

add ([GQLTQueryNodeConfigHistoryWhere])#

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

remove ([GQLTQueryNodeConfigHistoryWhere])#

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

delete ([GQLTQueryNodeConfigHistoryWhere])#

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