graphql-lua icon indicating copy to clipboard operation
graphql-lua copied to clipboard

defaultTypeResolveFn missing

Open ruslantalpa opened this issue 9 years ago • 0 comments

(adding this to keep track of bug discovered) schema/execute modules need to fix how interfaces/unions are defined and executed. Either check that the resolveType is defined or provide a default resolver and check that all underlying types implement isTypeOf function.

ruslantalpa avatar Apr 30 '16 09:04 ruslantalpa