Class: GraphQL::Models::DatabaseTypes::TypeStruct
- Inherits:
-
Struct
- Object
- Struct
- GraphQL::Models::DatabaseTypes::TypeStruct
- Defined in:
- lib/graphql/models/database_types.rb
Instance Attribute Summary collapse
-
#input ⇒ Object
Returns the value of attribute input.
-
#output ⇒ Object
Returns the value of attribute output.
Instance Attribute Details
#input ⇒ Object
Returns the value of attribute input
5 6 7 |
# File 'lib/graphql/models/database_types.rb', line 5 def input @input end |
#output ⇒ Object
Returns the value of attribute output
5 6 7 |
# File 'lib/graphql/models/database_types.rb', line 5 def output @output end |