Projecting Specific Nodes using Graph Native Projections in Neo4j

Hey Guys,

Is it possible to create native projections of specific nodes and relationships?

Eg:

if I have 10 Customer nodes each having ids 1,2,3.....,10.

I want to make a projection of nodes 1,2,3,4 and 5. They are all linked to each other based on some relationship say 'LINKED_TO'.

The manual specifies a native projection is defined by node relationships and relationship types. All nodes and relationships of those labels and types will be projected. You will need to use a cypher projection if you want to add constraints.