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.

agchandra
Node
since ‎07-25-2022
‎09-18-2022

User Statistics

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

User Activity

I am trying to deploy my graphql api to aws lambda . I am using neo4j graphql library  where I am facing authentication error. API is working fine if I not add authentication. However on  extend type VM @auth(rules:[         {operations: [READ,CREAT...
I have defined a type :       type NFDAdmin { user_id: ID! @unique user_name: String! email: String! phone: String! password: String! @private }       This has automatically created several mutations like 'cre...