Help with Constructing Query for Edge Property Ordering #1559
oladotunbindy
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, thanks for this wonderful library as it has helped a lot while using Gremlin. I have an inquiry on writing this gremlin query with Gremlinq.
The goal of this query is to get a user's followers ordered by a createdAtTimestamp property which exists on the Follower Edge.
Below is the raw Gremlin query I believe should achieve this. Ignore the default Guid.
This is my attempt on writing this with Gremlinq, but this has not been successful as I can't properly navigate with the methods and I have compiler errors .
" IOrderBuilderWithBy<IVertexGremliQuery>' does not contain a definition for 'ToArrayAsync' and no accessible extension method 'ToArrayAsync' accepting a first argument of type 'type' IOrderBuilderWithBy<IVertexGremliQuery> could be found".
I would appreciate any help/pointers in writing out this query?
Beta Was this translation helpful? Give feedback.
All reactions