GraphqlQuery.Location (graphql_query v0.3.7)
View SourceRepresents a location in a GraphQL validation error.
Summary
Types
@type t() :: %GraphqlQuery.Location{ column: non_neg_integer(), line: non_neg_integer() }
Represents a location in a GraphQL validation error.
@type t() :: %GraphqlQuery.Location{ column: non_neg_integer(), line: non_neg_integer() }