IgnoredLinkDirective

class IgnoredLinkDirective(val sourceLocation: SourceLocation?) : ApolloIssue

A schema cannot contain @link because it's imported by default without a prefix.

TODO: find a way to import @link with a rename.

Constructors

Link copied to clipboard
constructor(sourceLocation: SourceLocation?)

Properties

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