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.

Drivers & Stacks
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

GraphQL - how to filter on custom field

How can you filter a custom field? Say i have a field in my type definition using @cypher directive: type Ticket { id: String title: String date: DateTime @cypher(statement: "RETURN datetime(this.timestamp)") } Querying this is fine, however, if I tr...

FlexDW by Node
  • 411 Views
  • 1 replies
  • 0 kudos

InteliJ Autocompletion w/ Graphql library

Hey all, I'm trying to get my IDE to recognize the custom directives and scalars in the GraphQL js library. Would love to notify my IDE that those are indeed valid things and would love it even more if my IDE could help me auto complete them. Is an...

andy1 by Node
  • 432 Views
  • 1 replies
  • 0 kudos

Grandstack with the latest @neo4j-graphql

I am curious if it is possible to have a grandstack app that uses express with the latest @neo4j-graphql. A new release for @neo4j-graphql (3.x) just came out, however, the documentation of the grandstack starter still references @neo4j-graphql versi...

Graphql subscriptions

Hello developers, I'm coming to you because I've got a big problem. I'm coding a live-forum with a graphql api. I use neo4j-driver, @neo4j/graphql and @neo4j/graphql-ogm in nodejs. As a real-time app, my projet must use subscriptions to perform his p...

nelson by Node Link
  • 392 Views
  • 1 replies
  • 0 kudos

Graphql Architect vs Graphql library #Flutter

Hi everyone, I wish you are fine! I need to know what is the difference between using Graphql Architect (As gallery app) and neo4j graphql library.. I'm trying to use my local neo4j database with #Flutter application, after some searching I found tha...

181018 by Node
  • 404 Views
  • 1 replies
  • 0 kudos

Unable to connect server from Graphql Architect

Hi everyone, I wish you are fine! I got this error when I infer schema from" Graphql Architect " Neo4jError: Failed to connect to server. Please ensure that your database is listening on the correct host and port and that you have compatible encrypti...

181018 by Node
  • 401 Views
  • 1 replies
  • 0 kudos

How delete only one relationship with GraphQL Library

Hi, I try to find the graphQl mutation for delete only one relationship between two nodes. I found the doc for nodes but not for relations : https://neo4j.com/docs/graphql-manual/current/mutations/delete/#_single_delete I defined relations in schema ...

Labels