Sha256: fc62ca704958e425bf692ec3422c11c891973ea4d02b62a18c1fb688292db115

Contents?: true

Size: 472 Bytes

Versions: 17

Compression:

Stored size: 472 Bytes

Contents

module Ecoportal
  module API
    class GraphQL
      module Payload
        module LocationStructure
          class CommandExecutionResult < Ecoportal::API::GraphQL::Base::Model
            embeds_one :command, klass: Ecoportal::API::GraphQL::Payload::LocationStructure::CommandInterface
            embeds_one :error, klass: Ecoportal::API::GraphQL::Error::LocationsError
            passboolean :ok
          end
        end
      end
    end
  end
end

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
ecoportal-api-graphql-0.3.16 lib/ecoportal/api/graphql/payload/location_structure/command_execution_result.rb
ecoportal-api-graphql-0.3.15 lib/ecoportal/api/graphql/payload/location_structure/command_execution_result.rb
ecoportal-api-graphql-0.3.14 lib/ecoportal/api/graphql/payload/location_structure/command_execution_result.rb
ecoportal-api-graphql-0.3.13 lib/ecoportal/api/graphql/payload/location_structure/command_execution_result.rb
ecoportal-api-graphql-0.3.12 lib/ecoportal/api/graphql/payload/location_structure/command_execution_result.rb
ecoportal-api-graphql-0.3.11 lib/ecoportal/api/graphql/payload/location_structure/command_execution_result.rb
ecoportal-api-graphql-0.3.10 lib/ecoportal/api/graphql/payload/location_structure/command_execution_result.rb
ecoportal-api-graphql-0.3.9 lib/ecoportal/api/graphql/payload/location_structure/command_execution_result.rb
ecoportal-api-graphql-0.3.8 lib/ecoportal/api/graphql/payload/location_structure/command_execution_result.rb
ecoportal-api-graphql-0.3.7 lib/ecoportal/api/graphql/payload/location_structure/command_execution_result.rb
ecoportal-api-graphql-0.3.6 lib/ecoportal/api/graphql/payload/location_structure/command_execution_result.rb
ecoportal-api-graphql-0.3.5 lib/ecoportal/api/graphql/payload/location_structure/command_execution_result.rb
ecoportal-api-graphql-0.3.3 lib/ecoportal/api/graphql/payload/location_structure/command_execution_result.rb
ecoportal-api-graphql-0.3.1 lib/ecoportal/api/graphql/payload/location_structure/command_execution_result.rb
ecoportal-api-graphql-0.2.3 lib/ecoportal/api/graphql/payload/location_structure/command_execution_result.rb
ecoportal-api-graphql-0.2.2 lib/ecoportal/api/graphql/payload/location_structure/command_execution_result.rb
ecoportal-api-graphql-0.2.1 lib/ecoportal/api/graphql/payload/location_structure/command_execution_result.rb