post
columns and relationships of "post"
type post {
  attachments(
  distinct_on: [post_attachment_select_column!]
  limit: Int
  offset: Int
  order_by: [post_attachment_order_by!]
  where: post_attachment_bool_exp
): [post_attachment!]!
  attachments_aggregate(
  distinct_on: [post_attachment_select_column!]
  limit: Int
  offset: Int
  order_by: [post_attachment_order_by!]
  where: post_attachment_bool_exp
): post_attachment_aggregate!
  author: profile
  author_address: String!
  conversation: post
  creation_date: timestamp!
  external_id: String
  hashtags(
  distinct_on: [post_hashtag_select_column!]
  limit: Int
  offset: Int
  order_by: [post_hashtag_order_by!]
  where: post_hashtag_bool_exp
): [post_hashtag!]!
  id: bigint!
  last_edited_date: timestamp
  mentions(
  distinct_on: [post_mention_select_column!]
  limit: Int
  offset: Int
  order_by: [post_mention_order_by!]
  where: post_mention_bool_exp
): [post_mention!]!
  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!
  reactions(
  distinct_on: [reaction_select_column!]
  limit: Int
  offset: Int
  order_by: [reaction_order_by!]
  where: reaction_bool_exp
): [reaction!]!
  reactions_aggregate(
  distinct_on: [reaction_select_column!]
  limit: Int
  offset: Int
  order_by: [reaction_order_by!]
  where: reaction_bool_exp
): reaction_aggregate!
  references(
  distinct_on: [post_reference_select_column!]
  limit: Int
  offset: Int
  order_by: [post_reference_order_by!]
  where: post_reference_bool_exp
): [post_reference!]!
  reply_settings: String!
  section: subspace_section!
  subspace: subspace!
  subspace_id: bigint!
  text: String
  urls(
  distinct_on: [post_url_select_column!]
  limit: Int
  offset: Int
  order_by: [post_url_order_by!]
  where: post_url_bool_exp
): [post_url!]!
}
Fields
attachments ([post_attachment!]!)
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
attachments_aggregate (post_attachment_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
author (profile)
An object relationship
author_address (String!)
conversation (post)
An object relationship
creation_date (timestamp!)
external_id (String)
hashtags ([post_hashtag!]!)
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
id (bigint!)
last_edited_date (timestamp)
mentions ([post_mention!]!)
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 ([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
reactions ([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
reactions_aggregate (reaction_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
references ([post_reference!]!)
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
reply_settings (String!)
section (subspace_section!)
An object relationship
subspace (subspace!)
An object relationship
subspace_id (bigint!)
text (String)
urls ([post_url!]!)
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