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



40
41
42
43
44
45
# File 'lib/ecoportal/api/common/graphql/model/as_input.rb', line 40

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