grand-stack / grandstack.io

GRANDstack website
https://GRANDstack.io
18 stars 20 forks source link

Use `_RelationDirections` enum for relationship directions in Docs #63

Closed aurlien closed 3 years ago

aurlien commented 3 years ago

Use the Enum values ("IN" --> IN, "OUT" --> OUT) for @relation direction examples.

Ref. https://github.com/neo4j-graphql/neo4j-graphql-js/commit/c9b8b1af65ea751d060be79f8ab9d521577968de

I was confused by this myself, until I found the PR :)

johnymontana commented 3 years ago

Thanks @aurlien!