Class: ForestAdminDatasourceGraphqlHasura::Introspection::Column

Inherits:
Struct
  • Object
show all
Defined in:
lib/forest_admin_datasource_graphql_hasura/introspection/structures.rb

Instance Attribute Summary collapse

Instance Attribute Details

#graphql_typeObject

Returns the value of attribute graphql_type

Returns:

  • (Object)

    the current value of graphql_type



11
12
13
# File 'lib/forest_admin_datasource_graphql_hasura/introspection/structures.rb', line 11

def graphql_type
  @graphql_type
end

#is_arrayObject

Returns the value of attribute is_array

Returns:

  • (Object)

    the current value of 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_keyObject

Returns the value of attribute is_primary_key

Returns:

  • (Object)

    the current value of 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_textObject

Returns the value of attribute is_text

Returns:

  • (Object)

    the current value of is_text



11
12
13
# File 'lib/forest_admin_datasource_graphql_hasura/introspection/structures.rb', line 11

def is_text
  @is_text
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



11
12
13
# File 'lib/forest_admin_datasource_graphql_hasura/introspection/structures.rb', line 11

def name
  @name
end

#nullableObject

Returns the value of attribute nullable

Returns:

  • (Object)

    the current value of nullable



11
12
13
# File 'lib/forest_admin_datasource_graphql_hasura/introspection/structures.rb', line 11

def nullable
  @nullable
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



11
12
13
# File 'lib/forest_admin_datasource_graphql_hasura/introspection/structures.rb', line 11

def type
  @type
end