/
Launch Apollo Studio


STRUCT

GraphQLError.Location

public struct Location

Represents a location in a GraphQL document.

Properties

line

public let line: Int

The line number of a syntax element.

column

public let column: Int

The column number of a syntax element.

Edit on GitHub