objectTypes
Find object types that match the given criteria.
objectTypes(
first: Int!
after: Cursor
where: ObjectTypesWhere
): ObjectTypeConnection!
Arguments
objectTypes.first
● Int!
non-null scalar common
The maximum number of object types to return.
objectTypes.after
● Cursor
scalar common
[Optional] Pagination cursor for forward pagination.
objectTypes.where
● ObjectTypesWhere
input object-types
[Optional] Filtering criteria.
Type
ObjectTypeConnection
object object-types
A paginated collection of object types.