Neo4j
GraphQL Mesh v0 documentation (superseded by v1): Use Neo4j with GraphQL using @neo4j/graphql schema. Install @graphql-mesh/neo4j to use it directly in your Mesh config file. Get started now!

This handler allows you to use the GraphQL schema created by
@neo4j/graphql.
To get started, install the handler library:
Now, you can use it directly in your Mesh config file:
Config API Reference
endpoint(type:String, required) - URL for the Neo4j Instance e.g. neo4j://localhostsource(type:String) - Provide GraphQL Type Definitions instead of inferringusername(type:String, required) - Username for basic authenticationpassword(type:String, required) - Password for basic authenticationalwaysIncludeRelationships(type:Boolean) - Specifies whether relationships should always be included in the type definitions as relationship types, even if the relationships do not have properties.database(type:String) - Specifies database name