cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

liamkalita
Node
since ‎04-29-2020
‎06-01-2022

User Statistics

  • 1 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

Hello all I am trying to implement a filter using graphQL/GRANDstack with the following types in my schema: `type OSVersion { Value: String } type HostName { Value: String OSVersions: [OSVersion] @relation(name: "OSVersion", direction: "OUT") }` To g...