organization
fetch data from the table: "organization"
organization(
distinct_on: [organization_select_column!]
limit: Int
offset: Int
order_by: [organization_order_by!]
where: organization_bool_exp
): [organization!]!
Arguments
organization.distinct_on
● [organization_select_column!]
list enum
distinct select on columns
organization.limit
● Int
scalar
limit the number of rows returned
organization.offset
● Int
scalar
skip the first n rows. Use only with order_by
organization.order_by
● [organization_order_by!]
list input
sort the rows by one or more columns
organization.where
● organization_bool_exp
input
filter the rows returned
Type
organization
object
columns and relationships of "organization"