Skip to main content

Factory

fetch data from the table: "Factory"

Factory(
distinct_on: [Factory_select_column!]
limit: Int
offset: Int
order_by: [Factory_order_by!]
where: Factory_bool_exp
): [Factory!]!

Arguments

Factory.distinct_on ● [Factory_select_column!] list enum

distinct select on columns

Factory.limit ● Int scalar

limit the number of rows returned

Factory.offset ● Int scalar

skip the first n rows. Use only with order_by

Factory.order_by ● [Factory_order_by!] list input

sort the rows by one or more columns

Factory.where ● Factory_bool_exp input

filter the rows returned

Type

Factory object

columns and relationships of "Factory"