Class: Mirah::Inputs::OrganizationInput

Inherits:
BaseInputObject show all
Defined in:
lib/mirah/inputs/organization_input.rb

Overview

A set of parameters for updating a Data::Organization

Instance Attribute Summary collapse

Method Summary

Methods inherited from BaseInputObject

from_graphql_hash, #initialize, #to_graphql_hash, #valid?, #validate!

Constructor Details

This class inherits a constructor from Mirah::BaseInputObject

Instance Attribute Details

#external_idstring (readonly)



9
# File 'lib/mirah/inputs/organization_input.rb', line 9

input :external_id, required: true

#external_part_of_idstring (readonly)



17
# File 'lib/mirah/inputs/organization_input.rb', line 17

input :external_part_of_id, required: false

#namestring (readonly)



13
# File 'lib/mirah/inputs/organization_input.rb', line 13

input :name, required: false