Skip to main content

objectTypes

Find object types that match the given criteria.

objectTypes(
where: ObjectTypesWhere
first: Int!
after: Cursor
): ObjectTypeConnection!

Arguments

objectTypes.where ● ObjectTypesWhere input object-types

[Optional] Filtering criteria.

objectTypes.first ● Int! non-null scalar common

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

objectTypes.after ● Cursor scalar common

[Optional] Pagination cursor for forward pagination.

Type

ObjectTypeConnection object object-types

A paginated collection of object types.