Implement interface check against object #11
Labels
low priority
Something that we should do, but, well, ... you know
missing spec
Something in the spec we've not done yet
Milestone
Object
types that implement anInterface
type need to be checked to ensure that they conform to the interface definition.See the "Type Validation" section under "3.6 Objects" section in the spec https://facebook.github.io/graphql/June2018/#sec-Objects.
Also, I sketched out the algorithm here in the code: https://github.com/stevan/p5-Graph-QL/blob/master/lib/Graph/QL/Schema/Object.pm#L101-L111
The text was updated successfully, but these errors were encountered: