subspace_bool_exp
Boolean expression to filter rows from the table "subspace". All fields are combined with a logical 'AND'.
input subspace_bool_exp {
  _and: [subspace_bool_exp!]
  _not: subspace_bool_exp
  _or: [subspace_bool_exp!]
  creation_time: timestamp_comparison_exp
  creator_address: String_comparison_exp
  description: String_comparison_exp
  free_text_reactions_params: subspace_free_text_params_bool_exp
  id: bigint_comparison_exp
  name: String_comparison_exp
  owner_address: String_comparison_exp
  posts: post_bool_exp
  registered_reactions: subspace_registered_reaction_bool_exp
  registered_reactions_params: subspace_registered_reaction_params_bool_exp
  report_reasons: subspace_report_reason_bool_exp
  reports: report_bool_exp
  sections: subspace_section_bool_exp
  treasury_address: String_comparison_exp
  user_groups: subspace_user_group_bool_exp
}