Skip to main content

properties

Return a list of properties.

properties(
where: QueryPropertiesWhereWhereConditions
hasMembers: QueryPropertiesHasMembersWhereHasConditions
hasFollowers: QueryPropertiesHasFollowersWhereHasConditions
hasContacts: QueryPropertiesHasContactsWhereHasConditions
hasCreator: QueryPropertiesHasCreatorWhereHasConditions
relationIsAbsent: PropertiesRelations
search: String
orderBy: [QueryPropertiesOrderByOrderByClause!]
first: Int! = 50
after: String
trashed: Trashed
): PropertyConnection!

Arguments

properties.where ● QueryPropertiesWhereWhereConditions input

properties.hasMembers ● QueryPropertiesHasMembersWhereHasConditions input

properties.hasFollowers ● QueryPropertiesHasFollowersWhereHasConditions input

properties.hasContacts ● QueryPropertiesHasContactsWhereHasConditions input

properties.hasCreator ● QueryPropertiesHasCreatorWhereHasConditions input

properties.relationIsAbsent ● PropertiesRelations enum

properties.search ● String scalar

properties.orderBy ● [QueryPropertiesOrderByOrderByClause!] list 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.