Skip to content
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

How to set the schema? #200

Open
netxiaozhe opened this issue Mar 8, 2020 · 1 comment
Open

How to set the schema? #200

netxiaozhe opened this issue Mar 8, 2020 · 1 comment

Comments

@netxiaozhe
Copy link

I want to get the attribute values of some relationships in the neo4j database. How to set the schema?

E.g:(n:A{ id:1 })-[r:have{ day:2 , time:3}] ->(m:B{ id:1 })
How to design schema to get r.day and r.time?

@AdrienLemaire
Copy link

It's explained in the documentation: https://grandstack.io/docs/graphql-relationship-types#relationships-with-properties

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants