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.

a1olegs
Node Clone
since ‎08-29-2018
‎06-01-2022

User Statistics

  • 16 Posts
  • 4 Solutions
  • 4 Kudos given
  • 0 Kudos received

User Activity

return duration("PT45M") > duration("PT44M") null
returns only two, chosen in an incomprehensible way *graphenedb
I want to make parameterized requests from the Apollo client to the Apollo server. On client: const GET_VALUES = gql` query Values($desc: String!) { Values } `; function ValueSelector({ pickValue, dirDesc }) { con...
app from the original "grand-stack-starter" repository (api) is written in the console "GraphQL server ready at http://localhost:4001/graphql", but the browser returns ERR_INVALID_HTTP_RESPONSE
CALL graphql.idl(' type Movie { """ custom description of field """ title: String! } ') In Apollo triple quotes work, Via "CALL graphql.idl" and POST to the 'http://localhost:7474/graphql/idl/` - no