DifferentShape
class DifferentShape(val message: String, val sourceLocation: SourceLocation?) : GraphQLValidationIssue
Fields have different shapes and cannot be merged
There is a discussion about whether this can be relaxed. See https://github.com/apollographql/apollo-kotlin/issues/4320.