GraphQLError.Location
STRUCT
GraphQLError.Location
Swift
1public struct LocationRepresents a location in a GraphQL document.
Properties
line
Swift
1public let line: IntThe line number of a syntax element.
column
Swift
1public let column: IntThe column number of a syntax element.