You are viewing documentation for a previous version of this software.

Switch to the latest stable version.

GraphQLError.Location


STRUCT

GraphQLError.Location

Swift
1public struct Location

Represents a location in a GraphQL document.

Properties

line

Swift
1public let line: Int

The line number of a syntax element.

column

Swift
1public let column: Int

The column number of a syntax element.

Feedback

Edit on GitHub

Forums