Skip to main content

relationTypes

Find relation types that match the given criteria.

relationTypes(
where: RelationTypesWhere
first: Int!
after: Cursor
): RelationTypeConnection!

Arguments

relationTypes.where ● RelationTypesWhere input relation-types

[Optional] Filtering criteria.

relationTypes.first ● Int! non-null scalar common

[Required] The maximum number of relation types to return.

relationTypes.after ● Cursor scalar common

[Optional] Pagination cursor for forward pagination.

Type

RelationTypeConnection object relation-types

A paginated collection of relation types.