Skip to main content

metas

Reads a set of Meta.

metas(
first: Int
offset: Int
orderBy: [MetasOrderBy!]
condition: MetaCondition
filter: MetaFilter
): [Meta!]

Arguments

metas.first ● Int scalar

Only read the first n values of the set.

metas.offset ● Int scalar

Skip the first n values.

metas.orderBy ● [MetasOrderBy!] list enum

The method to use when ordering Meta.

metas.condition ● MetaCondition input

A condition to be used in determining which values should be returned by the collection.

metas.filter ● MetaFilter input

A filter to be used in determining which values should be returned by the collection.

Type

Meta object

Internal metadata about the index — schema versions, last-block-processed, etc. Most users don't need to query this.