File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 9292 },
9393 {
9494 "cell_type" : " markdown" ,
95- "id" : " 64b44a01 " ,
95+ "id" : " a322639d " ,
9696 "metadata" : {},
9797 "source" : [
9898 " ## 4. Define a graph schema\n " ,
103103 {
104104 "cell_type" : " code" ,
105105 "execution_count" : 29 ,
106- "id" : " c83ba8ea " ,
106+ "id" : " 85305a0a " ,
107107 "metadata" : {},
108108 "outputs" : [],
109109 "source" : [
176176 },
177177 {
178178 "cell_type" : " code" ,
179- "execution_count" : 25 ,
179+ "execution_count" : 32 ,
180180 "id" : " 7da3d5a7" ,
181181 "metadata" : {},
182182 "outputs" : [
183183 {
184184 "name" : " stdout" ,
185185 "output_type" : " stream" ,
186186 "text" : [
187- " {'user': <User id=1976 labels={'User'} properties={'id': 3 , 'name': 'Ron'}>}\n "
187+ " {'user': <User id=1979 labels={'User'} properties={'id': 0 , 'name': 'Ron'}>}\n "
188188 ]
189189 }
190190 ],
191191 "source" : [
192192 " from gqlalchemy import match\n " ,
193193 " \n " ,
194194 " \n " ,
195- " results = match().node(id=3 , variable=\" user\" ).return_().execute()\n " ,
195+ " results = match().node(id=0 , variable=\" user\" ).return_().execute()\n " ,
196196 " user = next(results)\n " ,
197197 " print(user)"
198198 ]
You can’t perform that action at this time.
0 commit comments