Skip to main content

forms

forms(
after: Cursor
first: Int
before: Cursor
last: Int
orderBy: FormOrder
where: FormWhereInput
): FormConnection!

Arguments

forms.after ● Cursor scalar

Returns the elements in the list that come after the specified cursor.

forms.first ● Int scalar

Returns the first n elements from the list.

forms.before ● Cursor scalar

Returns the elements in the list that come before the specified cursor.

forms.last ● Int scalar

Returns the last n elements from the list.

forms.orderBy ● FormOrder input

Ordering options for Forms returned from the connection.

forms.where ● FormWhereInput input

Filtering options for Forms returned from the connection.

Type

FormConnection object

A connection to a list of items.