properties
Return a list of properties.
properties(
where: QueryPropertiesWhereWhereConditions
whereHas: [PropertiesWhereHasInput!]
search: String
orderBy: [QueryPropertiesOrderByOrderByClause!]
groupBy: GroupByInputPropertiesGroupableColumns
first: Int! = 50
after: String
trashed: Trashed
): PropertyConnection!
Arguments
properties.where ● QueryPropertiesWhereWhereConditions input
properties.whereHas ● [PropertiesWhereHasInput!] list input
properties.search ● String scalar
properties.orderBy ● [QueryPropertiesOrderByOrderByClause!] list input
properties.groupBy ● GroupByInputPropertiesGroupableColumns input
properties.first ● Int! non-null scalar
Limits number of fetched items. Maximum allowed value: 50.
properties.after ● String scalar
A cursor after which elements are returned.
properties.trashed ● Trashed enum
Allows to filter if trashed elements should be fetched.
Type
PropertyConnection object
A paginated list of Property edges.