Skip to main content

relations

Find relations that match the given criteria.

relations(
where: RelationsWhere
first: Int!
after: Cursor
): RelationConnection!

Arguments

relations.where ● RelationsWhere input relations

[Optional] Filtering criteria.

relations.first ● Int! non-null scalar common

[Required] The maximum number of relations to return.

relations.after ● Cursor scalar common

[Optional] Pagination cursor for forward pagination.

Type

RelationConnection object relations

A paginated collection of relations.