IncompatibleDefinition

class IncompatibleDefinition(name: String, expectedDefinition: String, val sourceLocation: SourceLocation?) : GraphQLValidationIssue

The definition is inconsistent with the expected one.

Constructors

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

Properties

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