editors
Reads a set of Editor.
editors(
first: Int
offset: Int
orderBy: [EditorsOrderBy!]
condition: EditorCondition
filter: EditorFilter
): [Editor!]
Arguments
editors.first ● Int scalar
Only read the first n values of the set.
editors.offset ● Int scalar
Skip the first n values.
editors.orderBy ● [EditorsOrderBy!] list enum
The method to use when ordering Editor.
editors.condition ● EditorCondition input
A condition to be used in determining which values should be returned by the collection.
editors.filter ● EditorFilter input
A filter to be used in determining which values should be returned by the collection.
Type
Editor object
An account with editor permission in a DAO space. Editors can submit proposals and vote.
:::tip See also
Cookbook recipes that use this:
:::