Skip to main content

objects

Paginate objects in the live object set, optionally filtered by owner and/or type. filter can be one of:

  • A filter on type (all live objects whose type matches that filter).
  • Fetching all objects owned by an address or object, optionally filtered by type.
  • Fetching all shared or immutable objects, filtered by type.
objects(
first: Int
after: String
last: Int
before: String
filter: ObjectFilter!
): ObjectConnection

Arguments​

objects.first ● Int scalar​

objects.after ● String scalar​

objects.last ● Int scalar​

objects.before ● String scalar​

objects.filter ● ObjectFilter! non-null input​

Type​

ObjectConnection object​