types_src.yamlconfig.neo4jhandler
#
Interface: Neo4JHandlertypes/src.YamlConfig.Neo4JHandler
Handler for Neo4j
#
Hierarchy- Neo4JHandler
#
Table of contents#
Properties#
Properties#
alwaysIncludeRelationships• Optional
alwaysIncludeRelationships: boolean
Specifies whether relationships should always be included in the type definitions as relationship types, even if the relationships do not have properties.
Defined in: packages/types/src/config.ts:530
#
cacheIntrospection• Optional
cacheIntrospection: boolean | Neo4JIntrospectionCachingOptions
Cache Introspection (Any of: Neo4jIntrospectionCachingOptions, Boolean)
Defined in: packages/types/src/config.ts:542
#
database• Optional
database: string
Specifies database name
Defined in: packages/types/src/config.ts:534
#
password• password: string
Password for basic authentication
Defined in: packages/types/src/config.ts:526
#
typeDefs• Optional
typeDefs: string
Provide GraphQL Type Definitions instead of inferring
Defined in: packages/types/src/config.ts:538
#
url• url: string
URL for the Neo4j Instance e.g. neo4j://localhost
Defined in: packages/types/src/config.ts:518
#
username• username: string
Username for basic authentication
Defined in: packages/types/src/config.ts:522