ConditionalFragment

class ConditionalFragment(val message: String, val sourceLocation: SourceLocation?) : ApolloIssue

A fragment has an @include or @skip directive. While this is valid GraphQL, the responseBased codegen does not support that

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?