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.

ravianandjec
Node
since ‎06-23-2021
‎06-01-2022

User Statistics

  • 5 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

Need library details for Implementing Azure AD SSO as JWT Token in GraphQL API with SAML. I can see MSAL is there for OIDC but what is there for SAML
anyway to pass dynamic complete cypher query as input variable in graphql like below .my cypher query changes dynamically so looking for some dynamic approach while defining graphql schema. type Customer { basic_count(input: String): String @cypher( ...
We are trying to create GraphQL API to connect neo4j Database in which we are trying to connect other schema Type in base node schema type as below CUSTOMER_REL: [Customer_Base] @relation(name: "CUSTOMER_PHONE", direction: IN) Is there any way i can...