We are trying to create GraphQL API to connect neo4j Database
in which we are trying to connect other schema Type in base node schema type as below
CUSTOMER_REL: [Customer_Base] @relation(name: "CUSTOMER_PHONE", direction: IN)
Is there any way i can...