Skip to content
Snippets Groups Projects

Resolve "Update to neo4j-graphql-5"

Merged Philippe Bordron requested to merge 19-update-to-neo4j-graphql-5 into 13-api-nomenclature
11 files
+ 1808
920
Compare changes
  • Side-by-side
  • Inline
Files
11
+ 1
1
@@ -6,7 +6,7 @@ A cluster of SnoRNAs
"""
type Cluster implements GuideGroup {
"The cluster id"
id: ID! @id
id: ID!
"The guides that are part of cluster"
guides: [Guide!]! @relationship(type: "IS_PART_OF", direction: IN)
Loading