DirectiveRedefinition

class DirectiveRedefinition(val name: String, existingSourceLocation: SourceLocation?, val sourceLocation: SourceLocation?) : GraphQLValidationIssue

This is a bit abused for kotlin_labs directive that override the existing ones for compatibility reasons. This is so that ApolloCompiler can later on treat them as warnings.

Constructors

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

Properties

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