Module: Ecoportal::API::Common::GraphQL::Model::AsInput

Included in:
Ecoportal::API::Common::GraphQL::Model
Defined in:
lib/ecoportal/api/common/graphql/model/as_input.rb

Defined Under Namespace

Modules: ClassMethods

Instance Method Summary collapse

Instance Method Details

#as_input(clientMutationId: '') ⇒ Object

INSTANCE METHODS



29
30
31
32
33
34
# File 'lib/ecoportal/api/common/graphql/model/as_input.rb', line 29

def as_input(clientMutationId: '')
  self.class.as_input(
    as_update,
    clientMutationId: clientMutationId
  )
end