Sha256: ee0197a3bb785fb1c601235b5bba10e4881a97634b47c75d08cd88a9834f207e

Contents?: true

Size: 369 Bytes

Versions: 21

Compression:

Stored size: 369 Bytes

Contents

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

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
ecoportal-api-graphql-0.4.3 lib/ecoportal/api/graphql/error/locations_error.rb
ecoportal-api-graphql-0.4.2 lib/ecoportal/api/graphql/error/locations_error.rb
ecoportal-api-graphql-0.4.1 lib/ecoportal/api/graphql/error/locations_error.rb
ecoportal-api-graphql-0.4.0 lib/ecoportal/api/graphql/error/locations_error.rb
ecoportal-api-graphql-0.3.16 lib/ecoportal/api/graphql/error/locations_error.rb
ecoportal-api-graphql-0.3.15 lib/ecoportal/api/graphql/error/locations_error.rb
ecoportal-api-graphql-0.3.14 lib/ecoportal/api/graphql/error/locations_error.rb
ecoportal-api-graphql-0.3.13 lib/ecoportal/api/graphql/error/locations_error.rb
ecoportal-api-graphql-0.3.12 lib/ecoportal/api/graphql/error/locations_error.rb
ecoportal-api-graphql-0.3.11 lib/ecoportal/api/graphql/error/locations_error.rb
ecoportal-api-graphql-0.3.10 lib/ecoportal/api/graphql/error/locations_error.rb
ecoportal-api-graphql-0.3.9 lib/ecoportal/api/graphql/error/locations_error.rb
ecoportal-api-graphql-0.3.8 lib/ecoportal/api/graphql/error/locations_error.rb
ecoportal-api-graphql-0.3.7 lib/ecoportal/api/graphql/error/locations_error.rb
ecoportal-api-graphql-0.3.6 lib/ecoportal/api/graphql/error/locations_error.rb
ecoportal-api-graphql-0.3.5 lib/ecoportal/api/graphql/error/locations_error.rb
ecoportal-api-graphql-0.3.3 lib/ecoportal/api/graphql/error/locations_error.rb
ecoportal-api-graphql-0.3.1 lib/ecoportal/api/graphql/error/locations_error.rb
ecoportal-api-graphql-0.2.3 lib/ecoportal/api/graphql/error/locations_error.rb
ecoportal-api-graphql-0.2.2 lib/ecoportal/api/graphql/error/locations_error.rb