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.

aries_djay
Node
since ‎05-30-2022
‎08-26-2022

User Statistics

  • 1 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

I am using neo4j-graphql library with Apollo and I have this schema.   type Employee { name: String department: String city: String }   I can get the total number of developers using the below graphql query   query EmployeeAggregate { employeeAg...