objects
Find objects that match the given criteria.
objects(
where: ObjectsWhere
first: Int!
after: Cursor
): ObjectConnection!
Arguments
objects.where
● ObjectsWhere
input objects
[Optional] Filtering criteria.
objects.first
● Int!
non-null scalar common
[Required] The maximum number of objects to return.
objects.after
● Cursor
scalar common
[Optional] Pagination cursor for forward pagination.