module Ecoportal module API class GraphQL module Error class LocationsError < Ecoportal::API::GraphQL::Base::Model passthrough :message, :conflictingIds passthrough :type embeds_many :validationErrors, klass: Ecoportal::API::GraphQL::Error::LocationsValidationError end end end end end