DuplicateTypeName

class DuplicateTypeName(val message: String, val sourceLocation: SourceLocation?) : GraphQLValidationIssue

Two type definitions have the same name

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?