Issue
sealed class Issue
Content copied to clipboard
All the issues that can be collected while analyzing a graphql document
Types
ConditionalFragment
Link copied to clipboard
class ConditionalFragment(message: String, sourceLocation: SourceLocation) : Issue
Content copied to clipboard
DeprecatedUsage
Link copied to clipboard
class DeprecatedUsage(message: String, sourceLocation: SourceLocation) : Issue
Content copied to clipboard
ParsingError
Link copied to clipboard
class ParsingError(message: String, sourceLocation: SourceLocation) : Issue
Content copied to clipboard
Severity
Link copied to clipboard
UnusedVariable
Link copied to clipboard
class UnusedVariable(message: String, sourceLocation: SourceLocation) : Issue
Content copied to clipboard
UpperCaseField
Link copied to clipboard
class UpperCaseField(message: String, sourceLocation: SourceLocation) : Issue
Content copied to clipboard
ValidationError
Link copied to clipboard
class ValidationError(message: String, sourceLocation: SourceLocation, severity: Issue.Severity, details: ValidationDetails) : Issue
Content copied to clipboard