cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

Error when querying interface

Hi!
I am getting this error when prop3 is queried.

Either the Entity type should provide a \"resolveType\" function or each possible type should provide an \"isTypeOf\" function."

This is what my schema looks like (sample):

interface A { … }

interface B { … }

type C implements A {
prop1: value1
prop2: value2
prop3: [B]
}

I am using the grandstack starter project.

1 REPLY 1

MuddyBootsCode
Graph Steward

Can you provide your actual schema for this? Also the query you're running and the params? It might help a bit to see what you're actually sending, etc. Thank you.