subspace
columns and relationships of "subspace"
type subspace {
  creation_time: timestamp!
  creator_address: String!
  description: String
  free_text_reactions_params: subspace_free_text_params!
  id: bigint!
  name: String!
  owner_address: String!
  posts(
  distinct_on: [post_select_column!]
  limit: Int
  offset: Int
  order_by: [post_order_by!]
  where: post_bool_exp
): [post!]!
  posts_aggregate(
  distinct_on: [post_select_column!]
  limit: Int
  offset: Int
  order_by: [post_order_by!]
  where: post_bool_exp
): post_aggregate!
  registered_reactions(
  distinct_on: [subspace_registered_reaction_select_column!]
  limit: Int
  offset: Int
  order_by: [subspace_registered_reaction_order_by!]
  where: subspace_registered_reaction_bool_exp
): [subspace_registered_reaction!]!
  registered_reactions_params: subspace_registered_reaction_params
  report_reasons(
  distinct_on: [subspace_report_reason_select_column!]
  limit: Int
  offset: Int
  order_by: [subspace_report_reason_order_by!]
  where: subspace_report_reason_bool_exp
): [subspace_report_reason!]!
  reports(
  distinct_on: [report_select_column!]
  limit: Int
  offset: Int
  order_by: [report_order_by!]
  where: report_bool_exp
): [report!]!
  reports_aggregate(
  distinct_on: [report_select_column!]
  limit: Int
  offset: Int
  order_by: [report_order_by!]
  where: report_bool_exp
): report_aggregate!
  sections(
  distinct_on: [subspace_section_select_column!]
  limit: Int
  offset: Int
  order_by: [subspace_section_order_by!]
  where: subspace_section_bool_exp
): [subspace_section!]!
  treasury_address: String
  user_groups(
  distinct_on: [subspace_user_group_select_column!]
  limit: Int
  offset: Int
  order_by: [subspace_user_group_order_by!]
  where: subspace_user_group_bool_exp
): [subspace_user_group!]!
  user_groups_aggregate(
  distinct_on: [subspace_user_group_select_column!]
  limit: Int
  offset: Int
  order_by: [subspace_user_group_order_by!]
  where: subspace_user_group_bool_exp
): subspace_user_group_aggregate!
}
Fields
creation_time (timestamp!)
creator_address (String!)
description (String)
free_text_reactions_params (subspace_free_text_params!)
An object relationship
id (bigint!)
name (String!)
owner_address (String!)
posts ([post!]!)
An array relationship
distinct select on columns
limit the number of rows returned
skip the first n rows. Use only with order_by
sort the rows by one or more columns
filter the rows returned
posts_aggregate (post_aggregate!)
An aggregate relationship
distinct select on columns
limit the number of rows returned
skip the first n rows. Use only with order_by
sort the rows by one or more columns
filter the rows returned
registered_reactions ([subspace_registered_reaction!]!)
An array relationship
distinct select on columns
limit the number of rows returned
skip the first n rows. Use only with order_by
sort the rows by one or more columns
filter the rows returned
registered_reactions_params (subspace_registered_reaction_params)
An object relationship
report_reasons ([subspace_report_reason!]!)
An array relationship
distinct select on columns
limit the number of rows returned
skip the first n rows. Use only with order_by
sort the rows by one or more columns
filter the rows returned
reports ([report!]!)
An array relationship
distinct select on columns
limit the number of rows returned
skip the first n rows. Use only with order_by
sort the rows by one or more columns
filter the rows returned
reports_aggregate (report_aggregate!)
An aggregate relationship
distinct select on columns
limit the number of rows returned
skip the first n rows. Use only with order_by
sort the rows by one or more columns
filter the rows returned
sections ([subspace_section!]!)
An array relationship
distinct select on columns
limit the number of rows returned
skip the first n rows. Use only with order_by
sort the rows by one or more columns
filter the rows returned
treasury_address (String)
user_groups ([subspace_user_group!]!)
An array relationship
distinct select on columns
limit the number of rows returned
skip the first n rows. Use only with order_by
sort the rows by one or more columns
filter the rows returned
user_groups_aggregate (subspace_user_group_aggregate!)
An aggregate relationship
distinct select on columns
limit the number of rows returned
skip the first n rows. Use only with order_by
sort the rows by one or more columns
filter the rows returned