-
Notifications
You must be signed in to change notification settings - Fork 135
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GraphDatabase instance does not have access to functions #200
Comments
I'm not sure. =) What do you mean by "getting this object"? How are you printing that? Have you tried actually calling the methods in the documentation? As is typical for JS classes, all methods are actually defined on the class's prototype. So perhaps you're just not seeing prototype methods depending on how you're printing that object. Try following the documentation. Let me know if anything doesn't work. Hope that helps for now. |
@aseemk I actually tried to call the |
Maybe you are mistaken |
@royipressburger you are right I was calling Now I am having another error here is what I am calling:
And I am getting this error:
|
@ayhid for me its abit hard to understand like that, Can you add the complete stacktrace and more code please? |
@royipressburger thank you for your patience here is what I am actually doing
and here is the error with the full stack trace
|
@ayhid Hi again. So i just copied your code and ran it, everything looks Ok there.. UPDATE: |
@royipressburger sorry for the delay, I have the 2.0.0-RC2 version and the GraphDatabase.js calls a |
I'm having the same issue with the same version. I posted here before coming across this issue: #204 - though I should say that the |
I am testing the module within a meteor app, but I can't get further from instanciating the GraphDatabase Class.
As you can see I can't call any methods on this object as it does contain none.
Am I missing something?
The text was updated successfully, but these errors were encountered: