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.

tyler_dunkel
Node
since ‎01-27-2022
‎06-01-2022

User Statistics

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

User Activity

Hi! Having a great time with Neo4j and GraphQL. One question I had: Is it possible using a graphql type and directives to create a composite unique key? say I have the following type type myType { id: String! version: String! } And I want each ...