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.

Constructors

Link copied to clipboard
constructor(message: String, sourceLocation: SourceLocation?)

Properties

Link copied to clipboard
open override val message: String
Link copied to clipboard
open override val sourceLocation: SourceLocation?