GraphqlQuery.Location (graphql_query v0.3.7)

View Source

Represents a location in a GraphQL validation error.

Summary

Types

t()

@type t() :: %GraphqlQuery.Location{
  column: non_neg_integer(),
  line: non_neg_integer()
}