a type can say it implements InrterfaceX but not provide all the fields The reference implementation does check that re: https://github.com/graphql/graphql-js/blob/master/src/type/schema.js#L145 So should graphql-java
a type can say it implements InrterfaceX but not provide all the fields
The reference implementation does check that
re: https://github.com/graphql/graphql-js/blob/master/src/type/schema.js#L145
So should graphql-java