installerForms
Reads a set of InstallerForm
.
installerForms(
filter: InstallerFormFilter
first: Int
offset: Int
orderBy: [InstallerFormOrderBy!]
): [InstallerForm!]
Arguments
installerForms.filter
● InstallerFormFilter
input
A filter to be used in determining which values should be returned by the collection.
installerForms.first
● Int
scalar
Only read the first n
values of the set.
installerForms.offset
● Int
scalar
Skip the first n
values.
installerForms.orderBy
● [InstallerFormOrderBy!]
list enum
The method to use when ordering InstallerForm
.