DifferentShape

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

Fields have different shapes and cannot be merged

There is a discussion about whether this can be relaxed. See https://github.com/apollographql/apollo-kotlin/issues/4320.

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?