Search code snippets, questions, articles...
All code snippets
Login
Register
+
Add new Snippet
Add new code snippet that you can easily search
Ask Question
If you stuck somewhere or want to start a discussion with dev community
Write Article
Share your knowledge by writing article and spread it
Chrome Extension
My Account
Browse
Javascript
React
Redux Form
Gulp
Javascript Basics
Vue.js
Chart.js
Lodash
Python
Python
SQLAlchemy
Django
Pandas
All
PHP
MySql
neo4j
AMP
Ubuntu
Flutter
Dart
Dev Tools
All
Code Manager
JSON Viewer
Javascript Runner
Comma Converter
HTML Editor
SCSS to CSS
SQL Formatter Online
Discussions
Articles
JSON Viewer
Dev Profile
More
Code snippets
Knowledgebase
About Us
Contact Us
neo4j Cypher basics
Create one or multiple nodes Cypher query neo4j
Get all nodes cypher query neo4j
Get node using id neo4j
Get multiple nodes using multiple ids neo4j
Get all nodes with same label neo4j
Get all related nodes of a node neo4j
Get the type of relationship variables of a node
Return 10 rows using LIMIT
Sort nodes in descending order
Sort nodes by id ascending and descending order neo4j
Delete nodes neo4j
Delete a node using id
Get the type of relationship variables of a node Cypher query neo4j
neo4j
Share on :
The below Cypher query will return the variable types of nodes connected with a specific node.
Copy Code
MATCH (:Person {name: 'J.T. Walsh'})-[r]->(movie) RETURN type(r)
Contribute to this Snippet
Was this helpful?
Yes
No
Created by :
@
Write your Comment
0
Comments
Similar code snippets
Delete node relationship only Cypher query neo4j
Get node using id Cypher query neo4j
Get all related nodes of a node using Cypher query neo4j
Delete a node using id Cypher query
Get all nodes cypher query neo4j
Get all nodes with same label using label name Cypher query neo4j
Get nodes using multiple ids Cypher query neo4j
Create your own code snippets and search them using our portal and chrome extension
Programming Feeds
Learn something new everyday on Devsheet
Important Links
Contribute to this Snippet
Join Devsheet
Create new snippet
Ask a Question
Write an article
Online JSON Viewer
0 Comments