Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
07-23-2020 01:08 AM
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.
07-29-2020 06:20 AM
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.
All the sessions of the conference are now available online