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