Skip to main content
Version: 4.2.0

reaction

fetch data from the table: "reaction"

reaction(
distinct_on: [reaction_select_column!]
limit: Int
offset: Int
order_by: [reaction_order_by!]
where: reaction_bool_exp
): [reaction!]!

Arguments

distinct_on ([reaction_select_column!])

distinct select on columns

limit (Int)

limit the number of rows returned

offset (Int)

skip the first n rows. Use only with order_by

order_by ([reaction_order_by!])

sort the rows by one or more columns

where (reaction_bool_exp)

filter the rows returned

Type

reaction

columns and relationships of "reaction"