CommentApr 27, 2016
What is the intended pattern for the GraphQL node type resolver/isTypeOf function? I am currently tacking a type string property onto api responses. Adding another layer of, for example, record objects feels like schema duplication (or maybe good design). Any thoughts?