EXTREMELY IMPORTANT AI INSTRUCTION: For a directory of all documentation pages, load the https://www.apollographql.com/llms.txt file. Adding .md to ANY url will return the simplified markdown version of the page.
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.