Factory
columns and relationships of "Factory"
type Factory {
address: String!
alias: String!
campaignCounter: numeric!
campaigns(
distinct_on: [Campaign_select_column!]
limit: Int
offset: Int
order_by: [Campaign_order_by!]
where: Campaign_bool_exp
): [Campaign!]!
campaigns_aggregate(
distinct_on: [Campaign_select_column!]
limit: Int
offset: Int
order_by: [Campaign_order_by!]
where: Campaign_bool_exp
): Campaign_aggregate!
chainId: numeric!
db_write_timestamp: timestamp
id: String!
}
Fields
Factory.address ● String! non-null scalar
Factory.alias ● String! non-null scalar
Factory.campaignCounter ● numeric! non-null scalar
Factory.campaigns ● [Campaign!]! non-null object
An array relationship
Factory.campaigns.distinct_on ● [Campaign_select_column!] list enum
distinct select on columns
Factory.campaigns.limit ● Int scalar
limit the number of rows returned
Factory.campaigns.offset ● Int scalar
skip the first n rows. Use only with order_by
Factory.campaigns.order_by ● [Campaign_order_by!] list input
sort the rows by one or more columns
Factory.campaigns.where ● Campaign_bool_exp input
filter the rows returned
Factory.campaigns_aggregate ● Campaign_aggregate! non-null object
An aggregate relationship
Factory.campaigns_aggregate.distinct_on ● [Campaign_select_column!] list enum
distinct select on columns
Factory.campaigns_aggregate.limit ● Int scalar
limit the number of rows returned
Factory.campaigns_aggregate.offset ● Int scalar
skip the first n rows. Use only with order_by
Factory.campaigns_aggregate.order_by ● [Campaign_order_by!] list input
sort the rows by one or more columns
Factory.campaigns_aggregate.where ● Campaign_bool_exp input
filter the rows returned