Skip to content

Commit db299f7

Browse files
author
Jay Herron
committed
Makes location equatable for better error checking
1 parent e789328 commit db299f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Sources/GraphQL/Language/Location.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import Foundation
22

3-
public struct SourceLocation : Codable {
3+
public struct SourceLocation : Codable, Equatable {
44
public let line: Int
55
public let column: Int
66

0 commit comments

Comments
 (0)