GraphqlQuery.ValidationError (graphql_query v0.3.7)

View Source

Represents a validation error in a GraphQL query or schema.

Summary

Types

t()

@type t() :: %GraphqlQuery.ValidationError{
  locations: [GraphqlQuery.Location.t()],
  message: String.t()
}