Class: ForestAdminDatasourceGraphqlHasura::Introspection::Column
- Inherits:
-
Struct
- Object
- Struct
- ForestAdminDatasourceGraphqlHasura::Introspection::Column
- Defined in:
- lib/forest_admin_datasource_graphql_hasura/introspection/structures.rb
Instance Attribute Summary collapse
-
#graphql_type ⇒ Object
Returns the value of attribute graphql_type.
-
#is_array ⇒ Object
Returns the value of attribute is_array.
-
#is_primary_key ⇒ Object
Returns the value of attribute is_primary_key.
-
#is_text ⇒ Object
Returns the value of attribute is_text.
-
#name ⇒ Object
Returns the value of attribute name.
-
#nullable ⇒ Object
Returns the value of attribute nullable.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#graphql_type ⇒ Object
Returns the value of attribute graphql_type
11 12 13 |
# File 'lib/forest_admin_datasource_graphql_hasura/introspection/structures.rb', line 11 def graphql_type @graphql_type end |
#is_array ⇒ Object
Returns the value of attribute is_array
11 12 13 |
# File 'lib/forest_admin_datasource_graphql_hasura/introspection/structures.rb', line 11 def is_array @is_array end |
#is_primary_key ⇒ Object
Returns the value of attribute is_primary_key
11 12 13 |
# File 'lib/forest_admin_datasource_graphql_hasura/introspection/structures.rb', line 11 def is_primary_key @is_primary_key end |
#is_text ⇒ Object
Returns the value of attribute is_text
11 12 13 |
# File 'lib/forest_admin_datasource_graphql_hasura/introspection/structures.rb', line 11 def is_text @is_text end |
#name ⇒ Object
Returns the value of attribute name
11 12 13 |
# File 'lib/forest_admin_datasource_graphql_hasura/introspection/structures.rb', line 11 def name @name end |
#nullable ⇒ Object
Returns the value of attribute nullable
11 12 13 |
# File 'lib/forest_admin_datasource_graphql_hasura/introspection/structures.rb', line 11 def nullable @nullable end |
#type ⇒ Object
Returns the value of attribute type
11 12 13 |
# File 'lib/forest_admin_datasource_graphql_hasura/introspection/structures.rb', line 11 def type @type end |