Skip to content

/subgraph - support apoc subgraphAll #743

Description

@tomsmith8

https://neo4j.com/labs/apoc/4.1/overview/apoc.path/apoc.path.subgraphAll/

Required Parameters:

  1. ref_id (required) - The ref_id of the starting node

Core Optional Parameters:

  1. depth (optional, default: 100) - Maximum traversal depth (maxLevel in APOC config)
  2. node_type (optional, default: []) - Array of node types to filter (labelFilter in APOC config)
  3. edge_type (optional, default: []) - Array of edge types to filter (relationshipFilter in APOC config)
  4. limit (optional, default: 25) - Maximum number of nodes to return?

Additional Parameters for v2 maybe:

  1. min_depth (optional) - Minimum traversal depth (must be 0 or 1, minLevel in APOC config)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions