GraphqlQuery.ValidationError (graphql_query v0.3.7)
View SourceRepresents a validation error in a GraphQL query or schema.
Summary
Types
@type t() :: %GraphqlQuery.ValidationError{ locations: [GraphqlQuery.Location.t()], message: String.t() }
Represents a validation error in a GraphQL query or schema.
@type t() :: %GraphqlQuery.ValidationError{ locations: [GraphqlQuery.Location.t()], message: String.t() }