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.

balazs_sipocz
Node
since ‎04-15-2022
‎06-01-2022

User Statistics

  • 3 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

Hi, I can't get this to work for some reason: type BlogPost id: ID! @id title: String slug: @callback(operations: [CREATE, UPDATE], name: "slug") const slugCallback = async (root: any) => { // console.log("Slug callback", root); return "s...
Hello, I would like to know how does one transfer the settings (example: Indexes, CALLs) from a development environment or local deployment to production. Let's say I'm experimenting and tuning locally, maybe adding triggers... Once I'm done, I would...