InlineFragmentWithoutTypeCondition
class InlineFragmentWithoutTypeCondition(val message: String, val sourceLocation: SourceLocation?) : ApolloIssue
The GraphQL spec allows inline fragments without a type condition, but we currently forbid this because we need the type condition to name the models in operation based codegen.