subspace_section
columns and relationships of "subspace_section"
type subspace_section {
children(
distinct_on: [subspace_section_select_column!]
limit: Int
offset: Int
order_by: [subspace_section_order_by!]
where: subspace_section_bool_exp
): [subspace_section!]!
description: String
id: bigint!
name: String!
parent: subspace_section
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!
subspace: subspace!
subspace_id: bigint!
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!
user_permissions(
distinct_on: [subspace_user_permission_select_column!]
limit: Int
offset: Int
order_by: [subspace_user_permission_order_by!]
where: subspace_user_permission_bool_exp
): [subspace_user_permission!]!
}
Fields
children
([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
description
(String
)
id
(bigint!
)
name
(String!
)
parent
(subspace_section
)
An object relationship
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
subspace
(subspace!
)
An object relationship
subspace_id
(bigint!
)
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
user_permissions
([subspace_user_permission!]!
)
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